Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [IMPORTANT] Make "sprockets/railtie" require explicit. | José Valim | 2011-06-29 | 1 | -1/+0 |
| | | | | | | | | | | This makes "sprockets/railtie" explicit. This means that sprockets will be loaded when you require "rails/all". If you are not using requiring "rails/all", you need to manually load it with all other framework railties. In order to be complete, this commit also adds --skip-sprockets to the rails generator. | ||||
* | Remove the ability for engines to serve assets from the public directory. | José Valim | 2011-04-15 | 1 | -1/+0 |
| | |||||
* | Need to load assets task file | Joshua Peek | 2011-03-21 | 1 | -0/+1 |
| | |||||
* | Added task for creating symlinks to engines' public directories | Piotr Sarnacki | 2010-09-06 | 1 | -0/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Test::Unit Railtie | Carlhuda | 2010-01-28 | 1 | -1/+0 |
| | |||||
* | Move the ActiveRecord related rake tasks into the AR gem. | Carl Lerche | 2009-12-28 | 1 | -1/+0 |
| | |||||
* | Load application specific rake tasks in the application object | Carl Lerche | 2009-11-25 | 1 | -5/+0 |
| | |||||
* | Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵ | Carl Lerche | 2009-10-16 | 1 | -1/+0 |
| | | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem. | ||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 1 | -2/+2 |
| | | | | application's object root) | ||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+24 |