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/rails/tasks
Aaron Patterson c5034d60db add a send so apply can be called. Fixes #13510
THIS IS A HUGE HACK.  Thor does not allow us to define public methods
without turning them in to "thor tasks".  That means we cannot subclass
the `apply` method and make it public, so we have to make the method
private and call `send` on it.
2014-02-11 14:08:12 -08:00
..
annotations.rake Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
documentation.rake Clean up unused method for rake doc. 2013-05-11 03:12:59 -07:00
engine.rake Improved grammar and replaced 'dbs' slang with 'databases' 2013-06-27 10:58:08 +05:30
framework.rake add a send so apply can be called. Fixes #13510 2014-02-11 14:08:12 -08:00
log.rake More Warnings removed for ruby trunk 2013-11-01 13:47:23 +01:00
middleware.rake Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
misc.rake Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
routes.rake split formatting concerns from RoutesInspector 2013-01-05 13:59:14 +01:00
statistics.rake Update test locations 2012-10-09 17:53:56 -06:00
tmp.rake Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00