I live in Barranquilla, Colombia, and just recently I was assigned co-organizer of the not-active Ruby community. This is going to be my first time ever working in this role and I got a couple of ideas of what to do but a couple of good advice from p...
Join discussionI am getting this error PG::GroupingError when I try to run this query Interaction. order('interactions.created_at DESC'). joins({candidate: [:job,{application: :user}]}). group('interactions.candidate_id') What I'm trying to do is to group ...
Join discussionRuby on Rails is an open source framework using Ruby language to develop web applications. Associated with an Agile methodology, it allows the very fast development of web applications. So why every dynamic portal is developed in ruby?
MMarco commentedI have a working production app in Ruby on Rails, which uses '.html.erb' files as partials. I need to convert those partials into Handlebar HBS templates. I tried a gem called 'handlebar_assets', but it recommends to keep the templates in the defaul...
Join discussion