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_dispatch
eileencodes 845aabbcd3 Remove unused simulate method
This method was only used in the Rails tests and not by other methods in
the Rails simulator. Because it's a no-doc'd class it should be safe to
remove without deprecation.
2017-05-22 13:09:57 -04:00
..
http Fixed string being modified in place causing frozen string errors in Ruby 2.3 2017-05-15 20:54:13 -04:00
journey Remove unused simulate method 2017-05-22 13:09:57 -04:00
middleware [docs] fix ActionDispatch documentation 2017-03-13 17:05:12 +01:00
request [docs] fix ActionDispatch documentation 2017-03-13 17:05:12 +01:00
routing respond_to_missing? should be private 2017-04-22 23:11:15 +09:00
system_testing Merge pull request #28394 from shime/docs-action-dispatch 2017-03-22 00:51:29 -07:00
testing respond_to_missing? should be private 2017-04-22 23:11:15 +09:00
journey.rb applies new string literal convention in actionpack/lib 2016-08-06 18:51:43 +02:00
railtie.rb Remove deprecated callbacks from ActionDispatch middlewares 2017-01-31 15:52:12 -05:00
routing.rb Reuse the Parameters#to_h check in the routing helpers 2017-04-18 18:57:13 -04:00
system_test_case.rb Make driven_by overridable 2017-03-29 09:04:30 +09:00