Posts by Ismar Santos • 1 point
2 posts
-
0
votes4
answers396
viewsA: Select without id field (Ror)
Model.select('field AS field_one').first.field_one # => "value" I checked the method documentation select see if this solves.…
-
0
votes1
answer68
viewsA: Could not find Gem byebug (> = 0) in Ruby on Rails
On the project’s github, it says that this Gem requires a newer version of Ruby, MRI 2.0.0 or higher, but recommends Ruby 1.9 the use of the 'Debugger' Gem'byebug Requirements Required: MRI 2.0.0 or…