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
2013-02-20 09:48:12 +09:00
..
application Don't unhook autoloading in production 2013-02-19 07:28:11 +00:00
commands Use --rc= instead of --rc 2013-02-04 16:05:38 -05:00
console
engine Revert "Deprecate the eager_load_paths configuration" 2013-02-19 07:22:37 +00:00
generators Better not use tab chars in the generator template 2013-02-20 09:48:12 +09:00
rack fire a notification when the request stops / starts 2013-01-09 15:34:58 -08:00
railtie
tasks clear specific logs when using rake log:clear 2013-01-16 17:12:32 -06:00
templates Use absolute path 2013-01-08 19:44:34 +09:00
test_unit Added test:all and test:all:db tasks to speed up full test runs. 2013-02-04 14:50:04 -08:00
all.rb
app_rails_loader.rb Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
application.rb Remove BestStandardsSupport middleware 2013-01-29 14:20:58 -05:00
backtrace_cleaner.rb
cli.rb Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
code_statistics.rb
commands.rb remove performance tests from the default stack 2013-01-10 17:09:06 +01:00
configuration.rb Remove BestStandardsSupport middleware 2013-01-29 14:20:58 -05:00
deprecation.rb
engine.rb Revert "Deprecate the eager_load_paths configuration" 2013-02-19 07:22:37 +00:00
generators.rb remove performance tests from the default stack 2013-01-10 17:09:06 +01:00
info.rb use tap with block parameter 2013-01-18 17:12:47 +09:00
info_controller.rb Redirect using action hash instead of hardcoding full route 2013-01-05 11:52:08 -02:00
initializable.rb
paths.rb Revert "Deprecate the eager_load_paths configuration" 2013-02-19 07:22:37 +00:00
rack.rb
railtie.rb delegate to :class rather than 'self.class' 2013-01-06 12:43:30 +03:00
ruby_version_check.rb Prefer Ruby 2.0; require 1.9.3+ 2013-02-09 17:41:07 -07:00
rubyprof_ext.rb
source_annotation_extractor.rb allow :dirs option for .enumerate 2013-01-15 14:14:05 -05:00
tasks.rb
test_help.rb Don't configure Turn output, we aren't using it since 3.2.0 2013-01-07 23:51:57 -05:00
version.rb
welcome_controller.rb