| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Use `require_relative` instead of `require` with full path | bogdanvlviv | 2017-06-14 | 1 | -1/+1 |
* | add `bin/test` script for railties | yuuji.yaginuma | 2017-01-01 | 1 | -0/+4 |
* | Rename railties/bin to railties/exe | Islam Wazery | 2015-04-11 | 1 | -9/+0 |
* | Refactor File.expand_path usage to remove additional File.join | Alex Johnson | 2013-11-05 | 1 | -1/+1 |
* | More Warnings removed for ruby trunk | Arun Agrawal | 2013-11-01 | 1 | -1/+1 |
* | extract path into variable | buddhamagnet | 2013-04-21 | 1 | -1/+3 |
* | Just provide the executable for railtie. This should be fine since Rubygems n... | José Valim | 2011-09-12 | 1 | -1/+6 |
* | [IMPORTANT] Make "sprockets/railtie" require explicit. | José Valim | 2011-06-29 | 1 | -0/+0 |
* | Copy the bin to railties so it also works if you don't have the rails gem. | José Valim | 2011-06-28 | 1 | -0/+2 |
* | moved rails binary to rails gem, so rubygems can find specific versions of ra... | Felipe Rodrigues | 2010-04-12 | 1 | -30/+0 |
* | let the rails command recurse upwards looking for script/rails, and exec ruby... | David Heinemeier Hansson | 2010-02-25 | 1 | -9/+28 |
* | Make bin/rails call rails/commands/application, fix generators usage and upda... | José Valim | 2010-02-03 | 1 | -23/+4 |
* | Removed all the default commands in script/* and replaced them with script/ra... | David Heinemeier Hansson | 2010-02-02 | 1 | -22/+25 |
* | More cleaning up on rails generators load path. | José Valim | 2010-01-18 | 1 | -1/+1 |
* | Fix the i18n dependency problem | David Heinemeier Hansson | 2009-12-27 | 1 | -1/+1 |
* | Fully expand relative rails framework paths and make sure we aren't | Joshua Peek | 2009-12-16 | 1 | -3/+4 |
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application... | Carl Lerche | 2009-10-16 | 1 | -0/+1 |
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -4/+14 |
* | Remove update_js from Rakefile and the uneeded railsgen. | José Valim | 2009-07-04 | 1 | -18/+0 |
* | Updated rake tasks. | José Valim | 2009-07-02 | 1 | -0/+0 |
* | Updated commands. | José Valim | 2009-07-02 | 1 | -26/+2 |
* | Added migration and session_migration generator. | José Valim | 2009-06-28 | 1 | -2/+1 |
* | Added Rails::Generators.find_by_namespace. | José Valim | 2009-06-26 | 1 | -8/+2 |
* | Small fixes. | José Valim | 2009-06-26 | 1 | -1/+1 |
* | Improving generators runner. | José Valim | 2009-06-26 | 1 | -6/+24 |
* | Get base_name from class_name. | José Valim | 2009-06-25 | 1 | -2/+2 |
* | TestUnit, you have a home. | José Valim | 2009-06-23 | 1 | -1/+1 |
* | Change current sstructure. | José Valim | 2009-06-23 | 2 | -5/+7 |
* | Added a generator file responsable for loading generator files. | José Valim | 2009-06-23 | 2 | -3/+7 |
* | Added metal generator. | José Valim | 2009-06-23 | 2 | -1/+28 |
* | Use Rails generators files organization. | José Valim | 2009-06-23 | 1 | -1/+1 |
* | When rails is invoked without args, be sure that help is called. | José Valim | 2009-06-19 | 1 | -0/+2 |
* | bin/rails uses the new generator. | José Valim | 2009-06-19 | 1 | -11/+2 |
* | Added a couple more options to app generator. | José Valim | 2009-06-19 | 1 | -1/+1 |
* | App generator is working using new generators (except for templates). | José Valim | 2009-06-19 | 10 | -31/+0 |
* | Remove script/performance/profiler in favour of performance integration tests. | Pratik Naik | 2009-01-18 | 1 | -3/+0 |
* | Add "-m/--template" option to Rails generator to apply template to generated ... | Jeremy McAnally | 2008-12-02 | 1 | -0/+1 |
* | Extracted the process scripts (inspector, reaper, spawner) into the plugin ir... | David Heinemeier Hansson | 2008-11-30 | 3 | -9/+0 |
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 13 | -0/+0 |
* | Allow script/about to run in production mode instead of failing with a crypti... | Cheah Chu Yeow | 2008-06-23 | 1 | -1/+2 |
* | Add 'script/dbconsole' -- the database analog of 'script/console' | Steve Purcell | 2008-05-07 | 1 | -0/+3 |
* | Request profiler | Jeremy Kemper | 2007-10-25 | 1 | -0/+3 |
* | Normalize whitespace. Closes #8385 [Time Pope] | Jeremy Kemper | 2007-05-27 | 7 | -7/+7 |
* | Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ... | David Heinemeier Hansson | 2007-04-28 | 1 | -3/+0 |
* | Added script/process/inspector to do simple process status information on Rai... | David Heinemeier Hansson | 2006-04-28 | 1 | -0/+3 |
* | Fixed that rails --version should have the return code of 0 (success) (closes... | David Heinemeier Hansson | 2006-04-03 | 1 | -1/+4 |
* | Added -f/--freeze option to rails command for freezing the application to the... | David Heinemeier Hansson | 2006-04-01 | 1 | -0/+5 |