1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
eileencodes 044f9ab7a4 Use def setup instead of setup do
`setup do` creates unnecessary allocations of proc objects in callbacks.
This prevents that from happening and results in faster code.
2015-03-12 08:25:51 -04:00
..
rails Use def setup instead of setup do 2015-03-12 08:25:51 -04:00
rails.rb Remove some comments about Ruby 1.9 behaviors 2015-01-04 15:55:28 -03:00