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
Xavier Noria 7f800b4d69 require bundle in the app generator
The app generator is not generally run under bundler, but the Bundler
constant is used here.

In particular you cannot create --dev apps without this.
2012-09-01 20:09:49 +02:00
..
application Raise more helpful error message on missing gem 2012-08-24 17:05:14 -04:00
commands add Rack::Lock for webrick 2012-08-21 14:47:43 -03:00
console We don't need to require AS::TestCase 2012-08-14 10:01:06 -07:00
engine removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00
generators require bundle in the app generator 2012-09-01 20:09:49 +02:00
rack
railtie Get rid of config.preload_frameworks in favor of config.eager_load_namespaces 2012-08-21 14:47:19 -03:00
tasks oops, should be directory 2012-08-13 17:15:20 -04:00
templates /rails/info/routes path shows routing information 2012-05-24 12:50:16 -05:00
test_unit ignore .gitignore'd files in rake test:uncomitted 2012-06-12 03:29:48 +09:00
all.rb
application.rb Update the ducumentation about the before_eager_load callback [ci skip] 2012-08-22 22:12:24 -03:00
backtrace_cleaner.rb Gem cont presence checking has been removed 2012-05-02 13:56:13 +03:00
cli.rb
code_statistics.rb Add code statistics for Javascript and 2012-05-31 16:18:29 +05:30
commands.rb removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00
configuration.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
deprecation.rb
engine.rb Get rid of config.preload_frameworks in favor of config.eager_load_namespaces 2012-08-21 14:47:19 -03:00
generators.rb Extract ActiveRecord::SessionStore from Rails 2012-08-24 15:24:19 -04:00
info.rb
info_controller.rb Rename RouteInspector to RoutesInspector 2012-07-08 13:49:15 -03:00
initializable.rb add :nodoc: to internal implementations [ci skip] 2012-06-22 16:29:59 -05:00
paths.rb Merge pull request #6910 from mulder/fix_path_glob 2012-07-01 02:54:33 -07:00
performance_test_help.rb
queueing.rb Copy-edits at Rails::Queueing documentation 2012-07-21 14:02:52 -03:00
rack.rb
railtie.rb Get rid of config.preload_frameworks in favor of config.eager_load_namespaces 2012-08-21 14:47:19 -03:00
ruby_version_check.rb
rubyprof_ext.rb
script_rails_loader.rb
source_annotation_extractor.rb Fixed styling issues brought up by @jeremy 2012-04-30 07:51:23 -06:00
tasks.rb
test_help.rb update test_help to config properly turn natural language option 2012-07-06 18:12:36 -05:00
version.rb