May
21
awarded  Nice Question
May
20
awarded  Fanatic
May
17
revised ERB Template removing the trailing line
deleted 36 characters in body
May
14
awarded  Good Answer
May
13
accepted REST API document generation
May
8
answered String array in database. match and return values
May
8
comment Rails application config access slow - why?
How big is your config file?
May
7
awarded  Nice Answer
May
6
comment Rails has_many through for has_many with multiple models
The Story object caches the results in an instance variable called @words. Under certain scenarios you might want to bust the cache. You can do so by passing true value for the reload parameter.
May
5
revised Rails: combining optional params into a query
deleted 1 characters in body
May
5
comment Rails: combining optional params into a query
@oyatek it results in just one SQL. The link that you referred to also implies that.
Apr
29
revised ActionMailer: Default From: address?
added 466 characters in body
Apr
28
revised Rails scalar query
deleted 6 characters in body
Apr
26
answered How to generate optgroup in rails with Mongoid?
Apr
26
revised Inputting scraped data into database
added 2 characters in body
Apr
26
answered Inputting scraped data into database
Apr
26
revised Ruby parsing Array (Special Case)
deleted 5 characters in body
Apr
25
answered Rails how to calculate multiple sums from one query data
Apr
25
comment Ruby parsing Array (Special Case)
You should create a rails model for this. I have updated my answer to include an AR based solution
Apr
25
revised Ruby parsing Array (Special Case)
added 658 characters in body