aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Added short-hand declaration style to migrations (inspiration from Sexy Migra...David Heinemeier Hansson2007-05-063-2/+4
* You're dead! We killed you!David Heinemeier Hansson2007-04-295-0/+0
* Include sub-resources exampleDavid Heinemeier Hansson2007-04-291-2/+4
* Updated initializer to only load #{RAILS_ENV}.rb once. Added deprecation warn...Nicholas Seckar2007-04-292-0/+15
* Start in irb mode if possibleDavid Heinemeier Hansson2007-04-291-1/+1
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-2818-936/+53
* Resource scaffolding returns the created entity.to_xml.Jeremy Kemper2007-04-252-6/+8
* Resource scaffolding responds to new.xml. Closes #8185.Jeremy Kemper2007-04-252-0/+8
* Include default route for formatsDavid Heinemeier Hansson2007-04-241-2/+3
* Don't require AWS test_invoke in railties test helper [blaine]David Heinemeier Hansson2007-04-241-1/+0
* Removed default WSDL route now that AWS is debundled from RailsDavid Heinemeier Hansson2007-04-241-3/+0
* Include Active Resource in rails:freeze:edge rake taskThomas Fuchs2007-04-242-1/+3
* It is activeresource, sillyDavid Heinemeier Hansson2007-04-231-1/+1
* Include Active Resource instead of Action Web Service [DHH]David Heinemeier Hansson2007-04-234-10/+15
* Run with the latest versions so beta gems will workDavid Heinemeier Hansson2007-04-212-12/+15
* Introduce RELATIVE_RAILS_ROOT and changed spawner script to use it. Prior to ...Tobias Lütke2007-04-162-4/+5
* script/console quotes RAILS_ROOT in irb command line so it works with spaces ...Jeremy Kemper2007-04-091-1/+1
* Canonicalize configuration.root_path and replace RAILS_ROOT.Jeremy Kemper2007-03-293-16/+7
* documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...Rick Olson2007-03-273-1/+5
* Deprecation: remove components from controller paths. Canonicalize RAILS_ROO...Jeremy Kemper2007-03-184-30/+46
* Add environment variable RAILS_DEFAULT_DATABASE, which allows the builtin def...Nicholas Seckar2007-03-142-1/+4
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-069-11/+13
* Upgrade rake dependency from 0.7.1 to 0.7.2 to pull in its Ruby 1.8.6 compati...Jeremy Kemper2007-03-041-1/+1
* Improve dispatcher failsafe responses. Beef up compatibility with Mongrel's C...Jeremy Kemper2007-03-041-23/+48
* Move plugin classes into the rails directory to match their namespaceMarcel Molina2007-03-033-2/+2
* Move responsibility for ensuring that all registered gems were loaded from th...Marcel Molina2007-03-033-24/+19
* Use to_sentence rather than inspect when reporting which registered plugins a...Marcel Molina2007-03-021-1/+1
* Split out the basic plugin locator functionality into an abstract super class...Marcel Molina2007-03-028-120/+151
* Split plugin location and loading out of the initializer and into a new Plugi...Marcel Molina2007-03-029-192/+338
* Dispatcher test requires abstract_unit. Cleanup abstract_unit.Jeremy Kemper2007-03-012-8/+3
* boot.rb sets RAILS_ROOT, so remove that. Install http plugins inside a Dir.c...Rick Olson2007-02-271-6/+6
* set the RAILS_ROOT for script/plugin if it's not set alreadyRick Olson2007-02-271-0/+1
* Added assumption that all plugin creators desire to be sharing individuals an...David Heinemeier Hansson2007-02-274-1/+33
* Added source-annotations extractor tasks to rake [Jamis Buck]David Heinemeier Hansson2007-02-252-0/+86
* Setting fixtures automatically for integration tests is a bit harder -- will ...David Heinemeier Hansson2007-02-251-0/+3
* Added fixtures :all to test_helper.rb to assume that most people just want al...David Heinemeier Hansson2007-02-252-1/+8
* fix app generatorRick Olson2007-02-242-3/+13
* Make it a default assumption that you want all helpers, all the time (yeah, y...David Heinemeier Hansson2007-02-241-0/+1
* No s on configDavid Heinemeier Hansson2007-02-231-2/+2
* Include two default initializers as examplesDavid Heinemeier Hansson2007-02-234-3/+21
* Added config/initializers where all ruby files within it are automatically lo...David Heinemeier Hansson2007-02-235-19/+38
* Move session settings closer togetherDavid Heinemeier Hansson2007-02-231-7/+7
* Oops, don't omit the session_key since it's used as the cookie name.Jeremy Kemper2007-02-221-1/+4
* Session configuration in config/environment.rb instead of app/controllers/app...Jeremy Kemper2007-02-222-7/+6
* Missed commit for [6184]. Generate a random secret for new app's cookie sessi...Jeremy Kemper2007-02-213-3/+8
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-2139-194/+194
* Stop swallowing errors during rake test [Koz]Michael Koziarski2007-02-202-7/+12
* Fix Rails::Initializer since #view_paths is never nilRick Olson2007-02-041-2/+2
* Update Rails Initializer to use ActionController::Base#view_paths [Rick]Rick Olson2007-02-042-5/+6
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...David Heinemeier Hansson2007-02-043-3/+5