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 2561a1f546 say something when running bundle commands
This is convenient because we buffer stdout. In particular
bundle install takes a while and generation just hangs there
with no indication of what's going on otherwise.
2011-05-13 01:06:27 +02:00
..
application Proper fix 2011-05-12 10:57:55 -05:00
commands Use all in place of find(:all) 2011-05-10 10:08:31 -07:00
console Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like Datamapper can also have their own sandboxing in rails console. 2011-05-04 16:47:35 +02:00
engine Need it declared too 2011-05-10 14:30:02 -05:00
generators say something when running bundle commands 2011-05-13 01:06:27 +02:00
rack Filter sensitive query string parameters in the log [#6244 state:committed] 2011-03-11 00:16:18 +01:00
railtie Remove the ability for engines to serve assets from the public directory. 2011-04-15 19:57:52 +02:00
tasks remove update:javascripts rake task 2011-05-13 03:12:08 +09:00
test_unit prevent rake test to run the test suite three times when ENV['TEST'] is set [#3572 state:resolved] 2010-10-10 12:22:40 +02:00
all.rb Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always uses AS. 2010-02-04 10:08:06 -08:00
application.rb Logs should show overridden method; Issue 426 2011-05-07 03:04:26 -07:00
backtrace_cleaner.rb in regexps, the dot in a character class is not a metacharacter 2010-10-15 16:31:00 +02:00
cli.rb Exit with non-zero to signal failure. 2011-01-29 16:51:40 +08:00
code_statistics.rb Fix typo and add sanity test for code statistics rake task. 2010-09-24 15:51:29 +02:00
commands.rb Add alias r for rails runner 2011-05-07 20:12:34 -07:00
configuration.rb Make deep copy of application generators on engine initialization. 2010-11-02 17:14:52 +01:00
engine.rb Include lib/assets for sprocket paths 2011-05-10 14:23:18 -05:00
generators.rb default orm and test_framework to false; change application.rb template accordingly 2011-05-06 20:29:11 +05:30
info.rb Remove useless cgi 2010-11-10 16:43:26 -02:00
info_controller.rb Moves local_request? to require.local? 2010-08-13 17:35:52 -03:00
initializable.rb Remove run_initializers from class methods. 2010-06-24 11:40:22 +02:00
paths.rb commented meta code 2011-05-04 23:42:29 +05:30
performance_test_help.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
plugin.rb Add "a" to make it better English 2010-10-07 11:40:57 -02:00
rack.rb Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if any metal was declared. 2010-01-26 15:27:46 +01:00
railtie.rb Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like Datamapper can also have their own sandboxing in rails console. 2011-05-04 16:47:35 +02:00
ruby_version_check.rb Updating error message on ruby_version_check.rb 2010-09-19 22:32:23 -07:00
rubyprof_ext.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
script_rails_loader.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
source_annotation_extractor.rb removes some remaining .rjs occurrences 2011-04-13 13:24:33 +02:00
tasks.rb Remove the ability for engines to serve assets from the public directory. 2011-04-15 19:57:52 +02:00
test_help.rb make turn a soft dependency. generate a Gemfile that contains turn and require turn if it is available 2011-04-08 09:40:33 -07:00
version.rb Prepare for beta1 2011-05-04 20:21:05 -05:00