aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt
Commit message (Expand)AuthorAgeFilesLines
* Checking if controller responds to wrap_parameter is not longer requiredJorge Bejar2015-06-111-1/+1
* Enable wrap_parameter by default in rails api applicationsJorge Bejar2015-06-111-2/+0
* Generate appropriate initializers for an api appSantiago Pastorino2015-06-111-0/+2
* use two spaces instead of one for include root in jsonBen A Morgan2015-01-211-1/+1
* Remove trailing line breakColin Bartlett2013-05-161-1/+1
* Use similar comment styleDavid Heinemeier Hansson2013-01-071-1/+1
* change AMS::JSON.include_root_in_json default value to falseFrancesco Rodriguez2012-06-061-4/+4
* Add ActionController::HTTPSantiago Pastorino2012-03-141-1/+1
* Remove key_value helper now that master is 1.9 only and we always useRafael Mendonça França2012-03-131-1/+1
* Use lazy load hooks to set parameter wrapping configuration. This means that ...Jon Leighton2011-08-161-7/+9
* Don't reference ActiveRecord::Base in initializers/wrap_parameters.rb. Use co...Jon Leighton2011-08-161-5/+7
* Fix wrap_parameters initializer templateJon Leighton2011-08-161-1/+1
* Don't refer to ActionController::Base in the wrap_parameters initializer - us...Jon Leighton2011-08-161-1/+1
* fix incorrect module name for wrap parametersVijay Dev2011-06-041-1/+1
* Upcoming version of Rails is upon us so no need to refer to it. [API DOCS]Rohit Arondekar2011-06-031-2/+2
* Using new hash syntax in wrap_parameters initializer under Ruby 1.9Guillermo Iguaran2011-05-131-1/+1
* Tidying up the language in wrap_parameters.rbBradley Priest2011-05-041-1/+1
* Add `ActionController::ParamsWrapper` to wrap parameters into a nested hashPrem Sichanugrist2011-05-031-0/+12