00FQFrancisco QuinteroWhat should I do to take care and nurture a local software community?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...Sep 12, 2019
00KAKayode AdeolaGetting PG::GroupingError for ActiveRecord QueryI 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 ...Feb 9, 2019
01NRNikhil RangpariyaWhy Eminent Portals Are Choosing Ruby on Rails As Their Primary Web Development Language?Ruby 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?Feb 7, 2019M
02KBKo Ba ThetI'd like to create ERR, CRM Web application.So is Ruby (ROR)or GoLang the better solution for that?Aug 7, 2018CA
00VKVignesH KumaRHow to use Handlebars JS with Rails ?I 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...Jun 5, 2018