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
David Heinemeier Hansson 2af36bbbd4 Fix typos (closes #10378)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8301 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-12-05 18:54:41 +00:00
..
commands use autoeval not autoirb, it's mostly equivalent but doesn't make stepping frustrating [Koz]. 2007-11-30 00:08:41 +00:00
rails Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
rails_generator Generated fixtures should not specify ids since theyre expected to be foxy fixtures (closes #10330) [jbarnette] 2007-12-01 20:51:54 +00:00
tasks Added db:fixtures:identity as a way of locating what ID a foxy fixture was assigned (closes #10332) [jbarnette] 2007-12-01 20:53:15 +00:00
code_statistics.rb
commands.rb
console_app.rb Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ and after_dispatch callbacks, and warm up to non-CGI requests. 2007-09-26 01:24:07 +00:00
console_sandbox.rb
console_with_helpers.rb Extend the console +helper+ method to allow you to include custom helpers. Closes #6781 [Chris Wanstrath] 2007-10-07 03:08:08 +00:00
dispatcher.rb Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ and after_dispatch callbacks, and warm up to non-CGI requests. 2007-09-26 01:24:07 +00:00
fcgi_handler.rb FastCGI handler ignores unsupported signals like USR2 on Windows [Grzegorz Derebecki] 2007-11-13 00:54:57 +00:00
initializer.rb Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
rails_generator.rb
railties_path.rb
ruby_version_check.rb
rubyprof_ext.rb
source_annotation_extractor.rb Moved the SourceAnnotationExtractor to a separate file in case libraries try to load the rails rake tasks twice. rspec_on_rails, I'm looking at you. [Rick] 2007-09-28 17:02:40 +00:00
test_help.rb Only load ActionMailer::TestCase if ActionMailer is loaded. Closes #10137 [defunkt] 2007-11-11 01:01:11 +00:00
webrick_server.rb