aboutsummaryrefslogtreecommitdiffstats
path: root/railties/bin
Commit message (Expand)AuthorAgeFilesLines
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-1/+1
* add `bin/test` script for railtiesyuuji.yaginuma2017-01-011-0/+4
* Rename railties/bin to railties/exeIslam Wazery2015-04-111-9/+0
* Refactor File.expand_path usage to remove additional File.joinAlex Johnson2013-11-051-1/+1
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* extract path into variablebuddhamagnet2013-04-211-1/+3
* Just provide the executable for railtie. This should be fine since Rubygems n...José Valim2011-09-121-1/+6
* [IMPORTANT] Make "sprockets/railtie" require explicit.José Valim2011-06-291-0/+0
* Copy the bin to railties so it also works if you don't have the rails gem.José Valim2011-06-281-0/+2
* moved rails binary to rails gem, so rubygems can find specific versions of ra...Felipe Rodrigues2010-04-121-30/+0
* let the rails command recurse upwards looking for script/rails, and exec ruby...David Heinemeier Hansson2010-02-251-9/+28
* Make bin/rails call rails/commands/application, fix generators usage and upda...José Valim2010-02-031-23/+4
* Removed all the default commands in script/* and replaced them with script/ra...David Heinemeier Hansson2010-02-021-22/+25
* More cleaning up on rails generators load path.José Valim2010-01-181-1/+1
* Fix the i18n dependency problemDavid Heinemeier Hansson2009-12-271-1/+1
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-3/+4
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-0/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-4/+14
* Remove update_js from Rakefile and the uneeded railsgen.José Valim2009-07-041-18/+0
* Updated rake tasks.José Valim2009-07-021-0/+0
* Updated commands.José Valim2009-07-021-26/+2
* Added migration and session_migration generator.José Valim2009-06-281-2/+1
* Added Rails::Generators.find_by_namespace.José Valim2009-06-261-8/+2
* Small fixes.José Valim2009-06-261-1/+1
* Improving generators runner.José Valim2009-06-261-6/+24
* Get base_name from class_name.José Valim2009-06-251-2/+2
* TestUnit, you have a home.José Valim2009-06-231-1/+1
* Change current sstructure.José Valim2009-06-232-5/+7
* Added a generator file responsable for loading generator files.José Valim2009-06-232-3/+7
* Added metal generator.José Valim2009-06-232-1/+28
* Use Rails generators files organization.José Valim2009-06-231-1/+1
* When rails is invoked without args, be sure that help is called.José Valim2009-06-191-0/+2
* bin/rails uses the new generator.José Valim2009-06-191-11/+2
* Added a couple more options to app generator.José Valim2009-06-191-1/+1
* App generator is working using new generators (except for templates).José Valim2009-06-1910-31/+0
* Remove script/performance/profiler in favour of performance integration tests.Pratik Naik2009-01-181-3/+0
* Add "-m/--template" option to Rails generator to apply template to generated ...Jeremy McAnally2008-12-021-0/+1
* Extracted the process scripts (inspector, reaper, spawner) into the plugin ir...David Heinemeier Hansson2008-11-303-9/+0
* Fix file permissionsTarmo Tänav2008-07-3113-0/+0
* Allow script/about to run in production mode instead of failing with a crypti...Cheah Chu Yeow2008-06-231-1/+2
* Add 'script/dbconsole' -- the database analog of 'script/console'Steve Purcell2008-05-071-0/+3
* Request profilerJeremy Kemper2007-10-251-0/+3
* Normalize whitespace. Closes #8385 [Time Pope]Jeremy Kemper2007-05-277-7/+7
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-3/+0
* Added script/process/inspector to do simple process status information on Rai...David Heinemeier Hansson2006-04-281-0/+3
* Fixed that rails --version should have the return code of 0 (success) (closes...David Heinemeier Hansson2006-04-031-1/+4
* Added -f/--freeze option to rails command for freezing the application to the...David Heinemeier Hansson2006-04-011-0/+5