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-01-09 15:34:58 -08:00
..
application config.assets.enabled is now true by default 2013-01-05 17:56:53 +01:00
commands 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
console
engine Add app/models/concerns and app/controllers/concerns to the default directory structure and load path 2012-12-18 16:26:08 +01:00
generators mv README README.rdoc as app template file 2013-01-08 22:49:11 +01:00
rack extract logger and development checks to methods 2013-01-09 15:34:58 -08:00
railtie
tasks doc/README_FOR_APP is no longer generated 2013-01-08 00:50:56 +01:00
templates Use absolute path 2013-01-08 19:44:34 +09:00
test_unit
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 Improve secret_token deprecation message 2012-12-30 15:43:40 -02: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 Make code statistics rake task handle new test locations properly 2012-12-09 00:04:36 -05:00
commands.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
configuration.rb
deprecation.rb
engine.rb Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
generators.rb Remove observers and sweepers 2012-11-28 22:46:49 -02:00
info.rb
info_controller.rb Redirect using action hash instead of hardcoding full route 2013-01-05 11:52:08 -02:00
initializable.rb
paths.rb use multiline do-end blocks and rearrange definition for clarity 2013-01-09 09:53:29 -06:00
performance_test_help.rb
rack.rb
railtie.rb delegate to :class rather than 'self.class' 2013-01-06 12:43:30 +03:00
ruby_version_check.rb
rubyprof_ext.rb
source_annotation_extractor.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
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 Use Rails to Render Default Index Page 2012-12-10 16:15:04 -08:00