1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller/metal
Uģis Ozols 9fb4803016 Fix Strong Parameters docs.
It's only possible to inherit from ActiveRecord::Base and not include
it.
2012-11-27 15:11:30 +02:00
..
conditional_get.rb Multiple changes to 1,9 hash syntax 2012-10-27 22:05:27 +02:00
cookies.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
data_streaming.rb Accept symbols as #send_data :disposition value 2012-11-27 00:21:12 +01:00
exceptions.rb remain backwards compatible, exception can be constructed with no arguments 2012-10-25 13:51:30 -07:00
flash.rb Use "instance_accessor" for flash types class attribute 2012-07-07 09:16:48 -03:00
force_ssl.rb Multiple changes to 1,9 hash syntax 2012-10-27 22:05:27 +02:00
head.rb Multiple changes to 1,9 hash syntax 2012-10-27 22:05:27 +02:00
helpers.rb load active_support/core_ext/class/attribute in active_support/rails 2012-08-02 21:59:23 +02:00
hide_actions.rb There is already a Set of non-hidden action_names lying around. 2012-10-18 16:17:08 -07:00
http_authentication.rb Allow users to change the default salt if they want, shouldn't be necessary 2012-11-03 14:57:54 -02:00
implicit_render.rb Use performed? instead of checking for response_body 2012-01-19 18:25:52 -02:00
instrumentation.rb Instrumentation requires RackDelegation 2012-08-30 18:40:30 -03:00
live.rb push header merge down to a private method so that live responses can have their own header object 2012-08-13 14:20:04 -04:00
mime_responds.rb Multiple changes to 1,9 hash syntax 2012-10-27 22:05:27 +02:00
params_wrapper.rb Remove warning of circular require 2012-11-27 02:37:24 -02:00
rack_delegation.rb extract response setting to a method 2012-07-03 14:59:31 -07:00
redirecting.rb Multiple changes to 1,9 hash syntax 2012-10-27 22:05:27 +02:00
renderers.rb Multiple changes to 1,9 hash syntax 2012-10-27 22:05:27 +02:00
rendering.rb format lookup for partials is derived from the format in which the template is being rendered 2012-02-22 11:12:03 -02:00
request_forgery_protection.rb Sign cookies using key deriver 2012-11-03 14:57:53 -02:00
rescue.rb Show detailed exceptions no longer returns true if the request is local in production. 2011-12-16 10:45:59 +01:00
responder.rb Multiple changes to 1,9 hash syntax 2012-10-27 22:05:27 +02:00
streaming.rb Multiple changes to 1,9 hash syntax 2012-10-27 22:05:27 +02:00
strong_parameters.rb Fix Strong Parameters docs. 2012-11-27 15:11:30 +02:00
testing.rb group things that are alike 2012-07-03 17:18:31 -07:00
url_for.rb Multiple changes to 1,9 hash syntax 2012-10-27 22:05:27 +02:00