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
Jeremy Kemper ab9e4c0eaa Ruby 1.9 compatibility. References #1689.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8431 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-12-17 18:54:55 +00:00
..
commands Ruby 1.9 compatibility. References #1689. 2007-12-17 18:54:55 +00:00
rails Prepare for 2.0.2 release 2007-12-16 23:30:30 +00:00
rails_generator Changed the default database from mysql to sqlite3, so now running "rails myapp" will have a config/database.yml thats setup for SQLite3 (which in OS X Leopard is installed by default, so is the gem, so everything Just Works with no database configuration at all). To get a Rails application preconfigured for MySQL, just run "rails -d mysql myapp" [DHH] 2007-12-16 23:22:56 +00:00
tasks Ruby 1.9 compatibility. References #1689. 2007-12-17 18:54:55 +00:00
code_statistics.rb
commands.rb
console_app.rb
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
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