| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Releasing 0.11.0 | David Heinemeier Hansson | 2005-03-22 | 1 | -1/+1 |
* | Fixed documentation and prepared for 0.11.0 release | David Heinemeier Hansson | 2005-03-22 | 1 | -6/+6 |
* | Updated more documentation | David Heinemeier Hansson | 2005-03-22 | 1 | -1/+3 |
* | Added documentation and fixed an ajax bug | David Heinemeier Hansson | 2005-03-22 | 1 | -1/+1 |
* | Last-minute ajax fixes #898 | David Heinemeier Hansson | 2005-03-22 | 1 | -12/+21 |
* | Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PA... | David Heinemeier Hansson | 2005-03-22 | 3 | -2/+7 |
* | Applied the Safari fix on both prototype.js files | David Heinemeier Hansson | 2005-03-22 | 1 | -1/+1 |
* | Added additional error handling to the FastCGI dispatcher to catch even error... | David Heinemeier Hansson | 2005-03-21 | 2 | -12/+20 |
* | Dont repeat error messages in scaffolds | David Heinemeier Hansson | 2005-03-21 | 3 | -9/+3 |
* | Choose a simpler requiring of picking gems or not for library loading | David Heinemeier Hansson | 2005-03-21 | 2 | -21/+8 |
* | Expanded the requires again and included the load paths | David Heinemeier Hansson | 2005-03-21 | 1 | -0/+1 |
* | Expanded the requires again and included the load paths | David Heinemeier Hansson | 2005-03-21 | 1 | -2/+21 |
* | Renamed Toggle.visibility to Toggle.display and fixed it for multiple arguments | David Heinemeier Hansson | 2005-03-21 | 1 | -3/+4 |
* | Fixed js bug | David Heinemeier Hansson | 2005-03-21 | 1 | -1/+1 |
* | Add prototype.js to new apps in javascripts/ #885 | David Heinemeier Hansson | 2005-03-21 | 3 | -1/+330 |
* | Fixed stuff for vendor/rails | David Heinemeier Hansson | 2005-03-21 | 2 | -22/+21 |
* | Improved the generated scaffold code a lot to take advantage of recent Rails ... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+1 |
* | Improved the generated scaffold code a lot to take advantage of recent Rails ... | David Heinemeier Hansson | 2005-03-20 | 11 | -65/+75 |
* | Added note about routing the site root | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+5 |
* | Combined the script/environment.rb used for gems and regular files version. I... | David Heinemeier Hansson | 2005-03-20 | 5 | -101/+25 |
* | Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa... | David Heinemeier Hansson | 2005-03-20 | 2 | -2/+15 |
* | Fixed the PGPORT option used #875 | David Heinemeier Hansson | 2005-03-20 | 1 | -3/+3 |
* | Added script/runner which can be used to run code inside the environment by e... | David Heinemeier Hansson | 2005-03-20 | 4 | -3/+14 |
* | More postgresql rakefile tweaking #875 | David Heinemeier Hansson | 2005-03-20 | 2 | -2/+9 |
* | Fixed webrick_server cookie handling to allow multiple cookes to be set at on... | David Heinemeier Hansson | 2005-03-20 | 2 | -0/+3 |
* | Fixed the Rakefile's interaction with postgresql use PGPASSWORD and PGHOST in... | David Heinemeier Hansson | 2005-03-20 | 2 | -6/+14 |
* | Fixed the Rakefile's interaction with postgresql to quote the user name and u... | David Heinemeier Hansson | 2005-03-20 | 2 | -4/+9 |
* | close database.yml after reading in configuration #841 [sebastian.kanthak] | David Heinemeier Hansson | 2005-03-17 | 2 | -2/+2 |
* | Prepared for 0.10.1 release | David Heinemeier Hansson | 2005-03-07 | 3 | -7/+14 |
* | More fixes for symlinked setups #793 [phantom] | David Heinemeier Hansson | 2005-03-07 | 2 | -4/+4 |
* | Fix database creation for postgres (again) #790 [adamm <gnuman1@gmail.com>] | David Heinemeier Hansson | 2005-03-06 | 1 | -2/+2 |
* | Fixed rake stats to ignore editor backup files like model.rb~ #791 [skanthak] | David Heinemeier Hansson | 2005-03-06 | 2 | -1/+3 |
* | Added exception shallowing if the DRb server can't be started (not worth maki... | David Heinemeier Hansson | 2005-03-06 | 2 | -1/+3 |
* | Added an empty favicon.ico file to the public directory of new applications (... | David Heinemeier Hansson | 2005-03-06 | 4 | -2/+6 |
* | Fixed that scaffold generator new template should use local variable instead ... | David Heinemeier Hansson | 2005-03-06 | 2 | -1/+3 |
* | Allow unit tests to run on a remote server for PostgreSQL #781 [adamm@galacti... | David Heinemeier Hansson | 2005-03-06 | 2 | -4/+6 |
* | stats need the include paths set by the environment #782 [adamm] | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+1 |
* | Added web_service generator (run ./script/generate web_service for help) #776... | David Heinemeier Hansson | 2005-03-06 | 5 | -0/+89 |
* | Added web_service generator (run ./script/generate web_service for help) #776... | David Heinemeier Hansson | 2005-03-06 | 2 | -1/+4 |
* | Added app/apis and components to code statistics report #729 [Scott Barron] | David Heinemeier Hansson | 2005-03-06 | 2 | -0/+4 |
* | Fixed WEBrick server to use ABSOLUTE_RAILS_ROOT instead of working_directory ... | David Heinemeier Hansson | 2005-03-06 | 2 | -1/+4 |
* | Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move... | David Heinemeier Hansson | 2005-03-06 | 2 | -1/+4 |
* | Fixed -h/--help for generate and destroy generators #331 | David Heinemeier Hansson | 2005-03-06 | 3 | -0/+6 |
* | Added begin/rescue around the FCGI dispatcher so no uncaught exceptions can b... | David Heinemeier Hansson | 2005-03-04 | 2 | -1/+16 |
* | Removed a fix that was caused by a bug in RubyGems 0.8.5 | David Heinemeier Hansson | 2005-02-28 | 2 | -4/+0 |
* | Fixed that association#count would produce invalid sql when called sequential... | David Heinemeier Hansson | 2005-02-28 | 1 | -0/+2 |
* | Slicker way of quiting on less than Ruby 1.8.2 | David Heinemeier Hansson | 2005-02-27 | 1 | -1/+1 |
* | Fixed test/mocks/testing to the correct test/mocks/test #740 | David Heinemeier Hansson | 2005-02-27 | 3 | -2/+4 |
* | Added early failure if the Ruby version isn't 1.8.2 or above #735 | David Heinemeier Hansson | 2005-02-27 | 2 | -1/+6 |
* | Fixed the missing shebang in main "rails" script #736 | David Heinemeier Hansson | 2005-02-27 | 2 | -0/+8 |