| 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 | 2 | -1/+3 |
* | Rake: use absolute paths to load lib and vendor tasks so they may be run outs... | Jeremy Kemper | 2006-11-09 | 2 | -2/+4 |
* | Update changelog | Nicholas Seckar | 2006-11-07 | 1 | -0/+2 |
* | Remove temporary crutch to help ApplicationController be unloaded. Closes #6496. | Nicholas Seckar | 2006-11-07 | 1 | -1/+1 |
* | scaffold_resource generator uses _path named routes and head instead of rende... | Jeremy Kemper | 2006-11-05 | 2 | -21/+20 |
* | Turns out call_stack slows down the entire app, so just warn that breakpoints | Scott Barron | 2006-11-03 | 1 | -8/+2 |
* | umm ... who left that there | Scott Barron | 2006-11-02 | 1 | -4/+0 |
* | Generator can show diff on file collision to help you decide whether to skip ... | Jeremy Kemper | 2006-11-02 | 2 | -18/+38 |
* | Generated directories are recursively svn added, like mkdir -p. Closes #6416. | Jeremy Kemper | 2006-11-02 | 2 | -6/+22 |
* | Little better formatting of this string. | Scott Barron | 2006-11-02 | 1 | -4/+6 |
* | Don't do call_stack warning all the time, only if a breakpoint is used. | Scott Barron | 2006-11-02 | 1 | -4/+4 |
* | Interim test task for railties, the existing one fails suspiciously. | Michael Koziarski | 2006-11-02 | 1 | -1/+10 |
* | If using Ruby 1.8.5, pull in call_stack so breakpointer works again. | Scott Barron | 2006-11-01 | 1 | -1/+15 |
* | resource and scaffold_resource generators add a restful route to config/route... | Jeremy Kemper | 2006-11-01 | 4 | -24/+36 |
* | Revert environment changes for autoload_paths | Michael Koziarski | 2006-10-31 | 2 | -5/+3 |
* | Update to latest Prototype, which doesnt serialize disabled form elements, ad... | Thomas Fuchs | 2006-10-28 | 2 | -5/+13 |
* | Clean up the output of rake stats, de-emphasise components and apis, and re... | Michael Koziarski | 2006-10-27 | 3 | -6/+9 |
* | Added option to script/process/spawner of specifying the binding address #513... | David Heinemeier Hansson | 2006-10-26 | 2 | -26/+61 |
* | Fix scaffolding from using deprecated :post => true (closes #6499) | David Heinemeier Hansson | 2006-10-26 | 1 | -1/+1 |
* | Update environment.rb comments to include config.autoload_paths. Closes #6478... | Michael Koziarski | 2006-10-24 | 2 | -1/+7 |
* | Update scaffold to use new form_tag block functionality. Closes #6480 [BobSilva] | Michael Koziarski | 2006-10-24 | 3 | -4/+6 |
* | Plugin generator: check for class collisions. Closes #4833. | Jeremy Kemper | 2006-10-23 | 2 | -0/+5 |
* | mailer unit test handles nested fixture paths | Jeremy Kemper | 2006-10-20 | 2 | -6/+5 |
* | reference view path in fixture | Jeremy Kemper | 2006-10-20 | 1 | -1/+1 |
* | .rhtml extension for view only | Jeremy Kemper | 2006-10-20 | 1 | -2/+2 |
* | Mailer generator: handle mailers in modules, set mime_version in unit test. | Jeremy Kemper | 2006-10-20 | 6 | -11/+15 |
* | Default $KCODE to 'u' to enable the multibyte-safe chars proxy. [Koz] | Michael Koziarski | 2006-10-17 | 2 | -0/+10 |
* | Added config.plugins to control which plugins are loaded #6269 [skaes]. By de... | David Heinemeier Hansson | 2006-10-17 | 3 | -4/+23 |
* | Remove extraneous expand_path; fix plugin load paths | Nicholas Seckar | 2006-10-16 | 1 | -3/+1 |
* | Add plugins and builtins to the load_path. | Nicholas Seckar | 2006-10-16 | 1 | -0/+3 |
* | Remove autoload_paths to simplify configuration. | Nicholas Seckar | 2006-10-16 | 1 | -65/+21 |
* | Tidy up the markup on the bundled error pages. Closes #6379. [Tim Lucas] | Michael Koziarski | 2006-10-15 | 3 | -60/+28 |
* | Fixed default 404.html and 500.htmls to remove extreme ugliness and added err... | David Heinemeier Hansson | 2006-10-10 | 3 | -10/+90 |
* | Update to latest Prototype and script.aculo.us trunk versions | Thomas Fuchs | 2006-10-09 | 5 | -185/+158 |
* | PostgreSQL: db:test:purge closes open database connections first. Closes #6236. | Jeremy Kemper | 2006-10-09 | 2 | -0/+4 |
* | Fixed test:uncommitted on Windows (backslash issue) (closes #4999) [paul@paul... | David Heinemeier Hansson | 2006-10-09 | 2 | -2/+4 |
* | Docfix (closes #6234) | David Heinemeier Hansson | 2006-10-09 | 1 | -1/+1 |
* | Fixed migration creation to work with namespaced models, so script/generate m... | David Heinemeier Hansson | 2006-10-09 | 2 | -0/+5 |
* | Added timeout option to SQLite3 configurations to deal more gracefully with S... | David Heinemeier Hansson | 2006-10-09 | 2 | -0/+5 |
* | Include field:type option for models | David Heinemeier Hansson | 2006-10-09 | 2 | -1/+4 |
* | Added script/generate resource which works just like scaffold_resource, but c... | David Heinemeier Hansson | 2006-10-09 | 17 | -60/+252 |
* | Added proper USAGE to the scaffold_resource generator [DHH] | David Heinemeier Hansson | 2006-10-08 | 1 | -4/+10 |
* | Added proper USAGE to the scaffold_resource generator [DHH] | David Heinemeier Hansson | 2006-10-08 | 1 | -5/+20 |
* | Use the first unparsed argument as the code or file to run. Closes #6286. | Jeremy Kemper | 2006-09-29 | 2 | -6/+9 |
* | script/runner can run files, pass on arguments, and be used as a shebang. Clo... | Jeremy Kemper | 2006-09-26 | 2 | -6/+29 |
* | scaffold_resource naming, fixes #6276 | Jeremy Kemper | 2006-09-25 | 2 | -4/+4 |
* | Look for rake tasks in plugin subdirs. Closes #6259. | Jeremy Kemper | 2006-09-22 | 2 | -1/+3 |
* | Added map.connect ':controller/:action/:id.:format' as a default route to con... | David Heinemeier Hansson | 2006-09-20 | 2 | -0/+3 |
* | Implemented ./script/generate scaffold_resource comment body:text created_at:... | David Heinemeier Hansson | 2006-09-19 | 7 | -71/+120 |
* | Work-in-progress scaffolder for resources [DHH/Rick Olson] | David Heinemeier Hansson | 2006-09-17 | 13 | -0/+343 |