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
Sergey Nartimov 7d862359d0 get rid of using instance_variable_names method from AS
- instance_variables return symbols in 1.9
- there is instance_variable_defined? method
2012-01-07 14:44:47 +03:00
..
abstract_controller get rid of using instance_variable_names method from AS 2012-01-07 14:44:47 +03:00
action_controller get rid of using instance_variable_names method from AS 2012-01-07 14:44:47 +03:00
action_dispatch use assert_equal and assert_operator 2012-01-06 11:48:32 -08:00
action_pack rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00
action_view add benchmark helper that works in erb 2012-01-07 12:17:48 +03:00
sprockets Don't fork a process when assets:precompile:nondigest is invoked in assets:precompile:all. Improve GH #3694. 2012-01-06 23:53:57 +09:00
abstract_controller.rb Refactor ActionMailer to not use hide_actions 2010-09-03 22:59:11 +02:00
action_controller.rb Revert the serializers API as other alternatives are now also under discussion 2011-11-25 19:29:39 +00:00
action_dispatch.rb Merge pull request #4248 from andrew/2012 2011-12-31 12:48:19 -08:00
action_pack.rb Updated copyright notices for 2012 2011-12-31 20:30:08 +00:00
action_view.rb Merge pull request #4248 from andrew/2012 2011-12-31 12:48:19 -08:00