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
Hyonjee Joo beaf8cbad9 Rake restart task no longer loads entire Rails environment when run.
The restart task does not need access to models or other classes and
helpers from the application environment.
2015-03-02 10:25:41 -05:00
..
api Remove documentation tasks 2015-02-06 21:04:54 +01:00
application Revert "Don't unhook autoloading in production" 2015-02-16 15:03:37 -08:00
commands Remove unused Rails::Server#log_path 2015-02-16 12:28:58 -05:00
console
engine
generators Require belongs_to by default. 2015-02-21 23:03:10 +01:00
rack
railtie
tasks Rake restart task no longer loads entire Rails environment when run. 2015-03-02 10:25:41 -05:00
templates
test_unit
all.rb
app_rails_loader.rb
application.rb Fix typo in Rails::Application#migration_railties 2015-02-10 21:15:23 -06:00
application_controller.rb
backtrace_cleaner.rb
cli.rb
code_statistics.rb Lines of code can be 100,000+ in a Rails app 2015-03-01 17:57:03 +09:00
code_statistics_calculator.rb
commands.rb
configuration.rb Do not mutate the operations array 2015-02-19 09:29:09 -02:00
engine.rb Fix some typos in railties/lib/rails/engine.rb [ci-skip] 2015-02-10 22:29:28 -06:00
gem_version.rb
generators.rb Merge pull request #18395 from shunsukeaida/improve_generator_name_suggestions 2015-02-23 09:48:48 -06:00
info.rb
info_controller.rb Change filter on /rails/info/routes to use an actual path regexp from rails 2015-02-23 19:57:01 +03:00
initializable.rb
mailers_controller.rb
paths.rb fix typo [ci-skip] 2015-02-25 00:25:58 -06:00
rack.rb
railtie.rb improve grammar 2015-01-14 13:26:49 +10:00
ruby_version_check.rb
source_annotation_extractor.rb
tasks.rb Created rake restart task. 2015-02-26 15:26:59 -05:00
test_help.rb introduce ActiveSupport::Testing::FileFixtures. 2015-01-28 12:29:34 +01:00
version.rb
welcome_controller.rb