aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
Commit message (Expand)AuthorAgeFilesLines
* Show deprecation message for rails/init.rb in plugins.José Valim2010-02-171-2/+8
* Subscriber should not explode if a non namespaced instrumentation is given.José Valim2010-02-161-1/+2
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-165-43/+43
* require Strings, not SymbolsYehuda Katz2010-02-141-1/+1
* Remove backtrace cleaner specific to Bundler. Bundler just uses Gem.dir and G...Carl Lerche2010-02-111-11/+0
* Resolve test/unit load ordering by removing backtrace filter from boot initia...Jeremy Kemper2010-02-112-9/+7
* Fixes unescaped version passthrough of generator 'gem' command. [#3901 status...Michael Bleigh2010-02-101-1/+1
* Fix server environment [#3877 status:resolved]Simo Niemelä2010-02-102-6/+16
* Add default values to output of 'rails server -h', hardcoded as Rack::Server ...Prem Sichanugrist2010-02-101-3/+3
* Add missing -h/--help flag to several rails command [#3909 status:resolved]Prem Sichanugrist2010-02-106-11/+11
* rails runner loads environment after parsing command-line optionsJeremy Kemper2010-02-092-2/+2
* Take into account gem versions (so script/rails server can work outside the a...José Valim2010-02-082-2/+2
* Check if Test::Unit is defined before adding backtrace filter.José Valim2010-02-071-1/+1
* Add backtrace cleaner on test unit railtie.José Valim2010-02-071-0/+8
* Added newline to appended gem config in GemfileDan Kubb2010-02-061-1/+1
* Merge remote branch 'fxn/master'Jeremy Kemper2010-02-061-0/+2
|\
| * rack debugger needs active_support/core_ext/kernel/requires for require_libra...Xavier Noria2010-02-061-0/+2
* | fix usage examples and more to use new invocationsRomD2010-02-065-14/+14
|/
* Add config.generators.templates to provide alternative paths for template loo...José Valim2010-02-065-3/+13
* Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ...Prem Sichanugrist2010-02-061-1/+1
* Fix 'rails server -h' double help banner. Correct its usage line. [#3874 stat...Henrik N2010-02-061-1/+4
* Bump git versions to 3.0.0.beta1 since we've releasedJeremy Kemper2010-02-051-1/+1
* server command loads the applicationJeremy Kemper2010-02-041-1/+2
* Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always u...Jeremy Kemper2010-02-041-4/+1
* Make RAILS_* give deprecation warning just oncePratik Naik2010-02-041-6/+21
* Remove duplicated version check.José Valim2010-02-041-2/+0
* Automatically require rubygems when --dev flag is given.José Valim2010-02-041-1/+2
* MergeDavid Heinemeier Hansson2010-02-031-0/+3
|\
| * -v and --version params now work on rails script in or our of an appMikel Lindsaar2010-02-041-0/+3
* | Move to 3.0.0.betaDavid Heinemeier Hansson2010-02-032-2/+2
|/
* Make bin/rails call rails/commands/application, fix generators usage and upda...José Valim2010-02-034-84/+68
* No more vendored thor.José Valim2010-02-0333-4374/+4
* Adding 'db' as a shortcut for dbconsole to the rails commandMikel Lindsaar2010-02-031-8/+9
* Deprecated freeze rake tasks and cleaned up annotations.rakeMikel Lindsaar2010-02-032-69/+8
* Rename usage path to command to just the command nameDavid Heinemeier Hansson2010-02-025-6/+5
* Wups, need the application command in there tooDavid Heinemeier Hansson2010-02-021-0/+2
* Fix rails serverDavid Heinemeier Hansson2010-02-021-1/+1
* Added "rake about" as a replacement for script/about [DHH]David Heinemeier Hansson2010-02-022-2/+7
* Boot path has already been required, dont need it againDavid Heinemeier Hansson2010-02-021-5/+0
* Removed all the default commands in script/* and replaced them with script/ra...David Heinemeier Hansson2010-02-022-0/+81
* Ensure that attr_reader methods in generators are protected.José Valim2010-02-021-8/+5
* Change Rails::Generators::Migration protected instance methods to class metho...Szymon Nowak2010-02-021-23/+27
* Hide '/rails/info/properties' from 'rake routes' [#3793 state:resolved]Prem Sichanugrist2010-02-021-0/+1
* Merge branch 'master' of git://github.com/rails/railsMikel Lindsaar2010-02-024-8/+13
|\
| * Merge branch 'master' of gitproxy:rails/railsJosé Valim2010-02-011-3/+4
| |\
| | * Convert to class_attributeJeremy Kemper2010-02-011-3/+4
| * | Deprecate AC configuration values which were moved to Rack.José Valim2010-02-012-4/+6
| * | Add config.generators.fallbacks.José Valim2010-02-012-1/+3
| |/
* / Updating copyright dates on all licensesMikel Lindsaar2010-02-011-1/+1
|/
* Improve railtie deprecation messages.José Valim2010-01-301-10/+10