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
2010-09-03 22:59:04 +02:00
..
application Engine can now serve files with ActionDispatch::Static 2010-09-03 22:59:04 +02:00
commands "rails console t" must not load "production" but "test" 2010-09-02 11:50:31 +02:00
console
engine Engine can now serve files with ActionDispatch::Static 2010-09-03 22:59:04 +02:00
generators Output a friendly message when no type given for GeneratedAttribute [#5461 state:resolved] 2010-09-02 12:59:21 +02:00
rack Refactor log-tailer to depend on File#eof? rather than File#mtime 2010-08-03 10:50:25 +02:00
railtie Engine can now serve files with ActionDispatch::Static 2010-09-03 22:59:04 +02:00
tasks Make rake routes gracefully handle routes with no name 2010-08-29 14:38:29 -03:00
test_unit Config is deprecated on 1.8.8 and 1.9.3 use RbConfig 2010-08-23 23:10:36 -03:00
all.rb
application.rb Engine sets routes as default rack endpoint if no endpoint was given 2010-09-03 22:59:04 +02:00
backtrace_cleaner.rb
cli.rb adds a comment in cli.rb so that it is clear that exec_script_rails! performs an exec call 2010-08-27 23:27:29 +02:00
code_statistics.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
commands.rb Add a header that tells Internet Explorer (all versions) to use the best available standards support. This ensures that IE doesn't go into quirks mode because it has been blacklisted by too many users pressing the incompatible button. It also tells IE to use the ChromeFrame renderer, if the user has installed the plugin. 2010-07-27 19:25:07 -07:00
configuration.rb Make config.generators accept string namespaces, you can do now config.generators.test_framework 'rspec' for instance 2010-07-21 17:17:23 +02:00
engine.rb Engine can now serve files with ActionDispatch::Static 2010-09-03 22:59:04 +02:00
generators.rb Trifling typos 2010-08-21 19:20:42 -03:00
info.rb Fix deprecation message on info screen 2010-07-26 16:35:27 -05:00
info_controller.rb Moves local_request? to require.local? 2010-08-13 17:35:52 -03:00
info_routes.rb
initializable.rb
paths.rb
performance_test_help.rb
plugin.rb Added TODO for evaling init.rb in context of Engine 2010-09-03 22:59:03 +02:00
rack.rb
railtie.rb fixing typo 2010-08-17 21:29:37 -04:00
ruby_version_check.rb
rubyprof_ext.rb
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
tasks.rb
test_help.rb
version.rb Master is now targeting 3.1.0.beta 2010-08-23 21:44:57 -05:00