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
2012-10-03 15:35:19 -05:00
..
caching extract AP Page and Action caching to actionpack-deprecated_caching gem 2012-10-03 11:14:28 -05:00
deprecated Deprecate ActionController::Integration, ActionController::IntegrationTest, ActionController::PerformanceTest,ActionController::AbstractRequest, ActionController::Request, ActionController::AbstractResponse, ActionController::Response and ActionController::Routing 2012-01-15 00:02:07 +05:30
metal Merge branch 'master' of github.com:lifo/docrails 2012-09-28 23:17:07 +05:30
railties Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
vendor Add deprecation horizon to html-scanner 2012-08-28 11:19:36 +02:00
base.rb Merge pull request #7251 from rails/integrate-strong_parameters 2012-09-18 12:33:13 -07:00
caching.rb rename page_cache_extension option to default_static_extension 2012-10-03 15:35:19 -05:00
deprecated.rb Deprecate ActionController::Integration, ActionController::IntegrationTest, ActionController::PerformanceTest,ActionController::AbstractRequest, ActionController::Request, ActionController::AbstractResponse, ActionController::Response and ActionController::Routing 2012-01-15 00:02:07 +05:30
log_subscriber.rb Optimize log subscribers to check if the log level is sufficient before performing an operations. 2012-09-30 09:47:24 -07:00
metal.rb removes unnecessary self 2012-09-17 17:32:19 +02:00
middleware.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
model_naming.rb Remove ActiveModel dependency from ActionPack 2012-06-30 11:04:31 -05:00
railtie.rb Set AC::Parameters.permit_all_parameters explicitly to false when config.action_controller.permit_all_parameters is not present 2012-09-19 10:26:09 -05:00
record_identifier.rb Deprecate AV::RecordIdentifier in controllers 2012-08-28 11:19:37 +02:00
test_case.rb prefix TemplateAssertions ivars (#7459) 2012-10-01 16:13:25 +02:00