| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Alter prior change to use require_dependency instead of require_or_load. Caus... | Nicholas Seckar | 2006-11-09 | 1 | -0/+2 |
* | Rake: use absolute paths to load lib and vendor tasks so they may be run outs... | Jeremy Kemper | 2006-11-09 | 1 | -0/+2 |
* | Update changelog | Nicholas Seckar | 2006-11-07 | 1 | -0/+2 |
* | scaffold_resource generator uses _path named routes and head instead of rende... | Jeremy Kemper | 2006-11-05 | 1 | -0/+2 |
* | Generator can show diff on file collision to help you decide whether to skip ... | Jeremy Kemper | 2006-11-02 | 1 | -0/+2 |
* | Generated directories are recursively svn added, like mkdir -p. Closes #6416. | Jeremy Kemper | 2006-11-02 | 1 | -0/+2 |
* | resource and scaffold_resource generators add a restful route to config/route... | Jeremy Kemper | 2006-11-01 | 1 | -0/+2 |
* | Revert environment changes for autoload_paths | Michael Koziarski | 2006-10-31 | 1 | -0/+2 |
* | Update to latest Prototype, which doesnt serialize disabled form elements, ad... | Thomas Fuchs | 2006-10-28 | 1 | -0/+2 |
* | Clean up the output of rake stats, de-emphasise components and apis, and re... | Michael Koziarski | 2006-10-27 | 1 | -0/+2 |
* | Added option to script/process/spawner of specifying the binding address #513... | David Heinemeier Hansson | 2006-10-26 | 1 | -0/+2 |
* | Update environment.rb comments to include config.autoload_paths. Closes #6478... | Michael Koziarski | 2006-10-24 | 1 | -0/+2 |
* | Update scaffold to use new form_tag block functionality. Closes #6480 [BobSilva] | Michael Koziarski | 2006-10-24 | 1 | -0/+2 |
* | Plugin generator: check for class collisions. Closes #4833. | Jeremy Kemper | 2006-10-23 | 1 | -0/+2 |
* | Mailer generator: handle mailers in modules, set mime_version in unit test. | Jeremy Kemper | 2006-10-20 | 1 | -0/+2 |
* | Default $KCODE to 'u' to enable the multibyte-safe chars proxy. [Koz] | Michael Koziarski | 2006-10-17 | 1 | -0/+2 |
* | Added config.plugins to control which plugins are loaded #6269 [skaes]. By de... | David Heinemeier Hansson | 2006-10-17 | 1 | -0/+4 |
* | Tidy up the markup on the bundled error pages. Closes #6379. [Tim Lucas] | Michael Koziarski | 2006-10-15 | 1 | -0/+2 |
* | Fixed default 404.html and 500.htmls to remove extreme ugliness and added err... | David Heinemeier Hansson | 2006-10-10 | 1 | -0/+2 |
* | Update to latest Prototype and script.aculo.us trunk versions | Thomas Fuchs | 2006-10-09 | 1 | -0/+2 |
* | PostgreSQL: db:test:purge closes open database connections first. Closes #6236. | Jeremy Kemper | 2006-10-09 | 1 | -0/+2 |
* | Fixed test:uncommitted on Windows (backslash issue) (closes #4999) [paul@paul... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+2 |
* | Fixed migration creation to work with namespaced models, so script/generate m... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+4 |
* | Added timeout option to SQLite3 configurations to deal more gracefully with S... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+2 |
* | Added script/generate resource which works just like scaffold_resource, but c... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+6 |
* | Use the first unparsed argument as the code or file to run. Closes #6286. | Jeremy Kemper | 2006-09-29 | 1 | -1/+1 |
* | script/runner can run files, pass on arguments, and be used as a shebang. Clo... | Jeremy Kemper | 2006-09-26 | 1 | -0/+5 |
* | Look for rake tasks in plugin subdirs. Closes #6259. | Jeremy Kemper | 2006-09-22 | 1 | -0/+2 |
* | Added map.connect ':controller/:action/:id.:format' as a default route to con... | David Heinemeier Hansson | 2006-09-20 | 1 | -0/+2 |
* | Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson] | Rick Olson | 2006-09-16 | 1 | -0/+6 |
* | session_migration generator adds an index on updated_at. Closes #6207. | Jeremy Kemper | 2006-09-13 | 1 | -0/+2 |
* | script/server creates the tmp/pids directory. Closes #6204. | Jeremy Kemper | 2006-09-13 | 1 | -0/+2 |
* | Fix script/console --sandbox for internal transactions changes. Closes #5738. | Jeremy Kemper | 2006-09-12 | 1 | -0/+2 |
* | Too much dotware | Nicholas Seckar | 2006-09-07 | 1 | -1/+1 |
* | Remove the uncanny default of adding all app/models/*/ directories to the loa... | Nicholas Seckar | 2006-09-07 | 1 | -0/+7 |
* | Update to script.aculo.us 1.6.3 [Thomas Fuchs] | Thomas Fuchs | 2006-09-05 | 1 | -0/+2 |
* | Update to Prototype 1.5.0_rc1 | Sam Stephenson | 2006-09-05 | 1 | -0/+2 |
* | Formally deprecate the non-namespaced rake tasks. [Koz] | Michael Koziarski | 2006-09-04 | 1 | -0/+2 |
* | Thoroughly test the FCGI dispatcher. Closes #5970. | Jeremy Kemper | 2006-09-03 | 1 | -0/+2 |
* | Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad p... | Rick Olson | 2006-09-02 | 1 | -0/+2 |
* | Tighten rescue clauses. Closes #5985. | Jeremy Kemper | 2006-08-31 | 1 | -0/+2 |
* | Railties: generator tests passing | Jeremy Kemper | 2006-08-29 | 1 | -1/+1 |
* | Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined. | Jeremy Kemper | 2006-08-29 | 1 | -0/+2 |
* | Update Initializer to use load_once_paths to avoid plugin reloading. Referenc... | Nicholas Seckar | 2006-08-29 | 1 | -0/+2 |
* | Updated trunk to script.aculo.us 1.6.2 | Thomas Fuchs | 2006-08-15 | 1 | -0/+2 |
* | Add controller_paths variable to Routing; Assign Routing.controller_paths fro... | Nicholas Seckar | 2006-08-15 | 1 | -0/+2 |
* | Add silencing to deprecations; avoid self-scolding. | Nicholas Seckar | 2006-08-14 | 1 | -0/+2 |
* | Rearrange application resetting and preparation, fix bug with leaking subclas... | Rick Olson | 2006-08-09 | 1 | -0/+5 |
* | Add missing mock directories from the autoload_paths configuration. [Rick Ol... | Rick Olson | 2006-08-09 | 1 | -2/+3 |
* | Nested controller scaffolding also nests the generated layout. | Jeremy Kemper | 2006-08-09 | 1 | -3/+3 |