aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Added short-hand declaration style to migrations (inspiration from Sexy Migra...David Heinemeier Hansson2007-05-062-2/+2
* You're dead! We killed you!David Heinemeier Hansson2007-04-295-0/+0
* Updated initializer to only load #{RAILS_ENV}.rb once. Added deprecation warn...Nicholas Seckar2007-04-291-0/+13
* 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-2812-891/+32
* Resource scaffolding returns the created entity.to_xml.Jeremy Kemper2007-04-251-6/+6
* Resource scaffolding responds to new.xml. Closes #8185.Jeremy Kemper2007-04-251-0/+6
* Don't require AWS test_invoke in railties test helper [blaine]David Heinemeier Hansson2007-04-241-1/+0
* Include Active Resource in rails:freeze:edge rake taskThomas Fuchs2007-04-241-1/+1
* Include Active Resource instead of Action Web Service [DHH]David Heinemeier Hansson2007-04-231-8/+7
* Run with the latest versions so beta gems will workDavid Heinemeier Hansson2007-04-211-1/+1
* 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-291-0/+2
* documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...Rick Olson2007-03-272-1/+3
* Deprecation: remove components from controller paths. Canonicalize RAILS_ROO...Jeremy Kemper2007-03-182-20/+41
* Add environment variable RAILS_DEFAULT_DATABASE, which allows the builtin def...Nicholas Seckar2007-03-141-1/+2
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-067-9/+9
* 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-032-16/+11
* 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-024-98/+126
* Split plugin location and loading out of the initializer and into a new Plugi...Marcel Molina2007-03-023-81/+200
* 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-273-1/+31
* Added source-annotations extractor tasks to rake [Jamis Buck]David Heinemeier Hansson2007-02-251-0/+84
* fix app generatorRick Olson2007-02-241-2/+12
* Include two default initializers as examplesDavid Heinemeier Hansson2007-02-231-0/+4
* Added config/initializers where all ruby files within it are automatically lo...David Heinemeier Hansson2007-02-232-0/+11
* Missed commit for [6184]. Generate a random secret for new app's cookie sessi...Jeremy Kemper2007-02-211-1/+1
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-2138-192/+192
* Stop swallowing errors during rake test [Koz]Michael Koziarski2007-02-201-7/+10
* 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-041-5/+4
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...David Heinemeier Hansson2007-02-041-1/+1
* Plugins may be symlinked in vendor/plugins. Closes #4245.Jeremy Kemper2007-02-013-4/+4
* Resource generator depends on the model generator rather than duplicating it....Jeremy Kemper2007-01-285-50/+1
* Add/Update usage documentation for script/destroy, resource generator and sca...Rick Olson2007-01-233-5/+58
* Generator: use destination path for diff tempfiles. Closes #7015.Jeremy Kemper2007-01-131-1/+1
* Fixed that webrick would strip leading newlines and hang connection (closes #...David Heinemeier Hansson2007-01-051-1/+1
* Ensure plugins are in the Dependencies.load_once_paths collection by default....Rick Olson2006-12-271-4/+3
* Attempt at fixing the preparation_callbacks, nzkoz will double checkDavid Heinemeier Hansson2006-12-271-8/+2
* Allow config.to_prepare to work, make the dispatcher safe to 're require'. [K...Michael Koziarski2006-12-262-1/+2
* Fix scaffold_resource generator so it respects the --pretend argument when cr...Rick Olson2006-12-261-2/+4
* Fix Webrick Daemon dispatching bug regarding a bad current working directory....Rick Olson2006-12-251-1/+3
* Reapply plugin load path changes from [5720]Michael Koziarski2006-12-181-7/+22
* Revert [5720] Michael Koziarski2006-12-161-21/+8
* Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ...Michael Koziarski2006-12-151-8/+21