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
Yehuda Katz d6c732ffd1 Merge pull request #8263 from senny/refactor_plugin_new_generator
refactor the naming within plugin new generator
2013-01-06 10:57:51 -08:00
..
application config.assets.enabled is now true by default 2013-01-05 17:56:53 +01:00
commands Rescue from LoadError when trying to load the debugger gem for console 2013-01-06 11:27:36 -02: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 Merge pull request #8263 from senny/refactor_plugin_new_generator 2013-01-06 10:57:51 -08:00
rack
railtie
tasks split formatting concerns from RoutesInspector 2013-01-05 13:59:14 +01:00
templates Move table routes formatter class to the inspector and rename it 2013-01-06 11:19:30 -02:00
test_unit
all.rb
application.rb Improve secret_token deprecation message 2012-12-30 15:43:40 -02:00
backtrace_cleaner.rb
cli.rb
code_statistics.rb
commands.rb prefer do-end for multiline block 2013-01-06 02:01:22 +03:00
configuration.rb
deprecation.rb
engine.rb delegate to :class rather than 'self.class' 2013-01-06 12:43:30 +03:00
generators.rb
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 replace #flatten with Array() 2013-01-02 18:03:23 +03: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
script_rails_loader.rb
source_annotation_extractor.rb
tasks.rb
test_help.rb Add active_support/testing/autorun 2012-12-31 13:57:24 -03:00
version.rb
welcome_controller.rb