aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Added other DOM manipulation positions than just replaceDavid Heinemeier Hansson2005-03-261-15/+126
* Fixed Form.Serialize for the JavascriptHelper to also seriliaze password fiel...David Heinemeier Hansson2005-03-261-0/+1
* Copy prototype.js to public/javascripts/ not just publicDavid Heinemeier Hansson2005-03-261-2/+1
* _at is better for Time.now than _onDavid Heinemeier Hansson2005-03-231-2/+2
* Fixed the dispatch.fcgi use of a loggerDavid Heinemeier Hansson2005-03-232-8/+14
* Dont include WS docsDavid Heinemeier Hansson2005-03-221-1/+8
* Releasing 0.11.0David Heinemeier Hansson2005-03-221-1/+1
* Fixed documentation and prepared for 0.11.0 releaseDavid Heinemeier Hansson2005-03-221-6/+6
* Updated more documentationDavid Heinemeier Hansson2005-03-221-1/+3
* Added documentation and fixed an ajax bugDavid Heinemeier Hansson2005-03-221-1/+1
* Last-minute ajax fixes #898David Heinemeier Hansson2005-03-221-12/+21
* Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PA...David Heinemeier Hansson2005-03-223-2/+7
* Applied the Safari fix on both prototype.js filesDavid Heinemeier Hansson2005-03-221-1/+1
* Added additional error handling to the FastCGI dispatcher to catch even error...David Heinemeier Hansson2005-03-212-12/+20
* Dont repeat error messages in scaffoldsDavid Heinemeier Hansson2005-03-213-9/+3
* Choose a simpler requiring of picking gems or not for library loadingDavid Heinemeier Hansson2005-03-212-21/+8
* Expanded the requires again and included the load pathsDavid Heinemeier Hansson2005-03-211-0/+1
* Expanded the requires again and included the load pathsDavid Heinemeier Hansson2005-03-211-2/+21
* Renamed Toggle.visibility to Toggle.display and fixed it for multiple argumentsDavid Heinemeier Hansson2005-03-211-3/+4
* Fixed js bugDavid Heinemeier Hansson2005-03-211-1/+1
* Add prototype.js to new apps in javascripts/ #885David Heinemeier Hansson2005-03-213-1/+330
* Fixed stuff for vendor/railsDavid Heinemeier Hansson2005-03-212-22/+21
* Improved the generated scaffold code a lot to take advantage of recent Rails ...David Heinemeier Hansson2005-03-201-0/+1
* Improved the generated scaffold code a lot to take advantage of recent Rails ...David Heinemeier Hansson2005-03-2011-65/+75
* Added note about routing the site rootDavid Heinemeier Hansson2005-03-201-1/+5
* Combined the script/environment.rb used for gems and regular files version. I...David Heinemeier Hansson2005-03-205-101/+25
* Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...David Heinemeier Hansson2005-03-202-2/+15
* Fixed the PGPORT option used #875David Heinemeier Hansson2005-03-201-3/+3
* Added script/runner which can be used to run code inside the environment by e...David Heinemeier Hansson2005-03-204-3/+14
* More postgresql rakefile tweaking #875David Heinemeier Hansson2005-03-202-2/+9
* Fixed webrick_server cookie handling to allow multiple cookes to be set at on...David Heinemeier Hansson2005-03-202-0/+3
* Fixed the Rakefile's interaction with postgresql use PGPASSWORD and PGHOST in...David Heinemeier Hansson2005-03-202-6/+14
* Fixed the Rakefile's interaction with postgresql to quote the user name and u...David Heinemeier Hansson2005-03-202-4/+9
* close database.yml after reading in configuration #841 [sebastian.kanthak]David Heinemeier Hansson2005-03-172-2/+2
* Prepared for 0.10.1 releaseDavid Heinemeier Hansson2005-03-073-7/+14
* More fixes for symlinked setups #793 [phantom]David Heinemeier Hansson2005-03-072-4/+4
* Fix database creation for postgres (again) #790 [adamm <gnuman1@gmail.com>]David Heinemeier Hansson2005-03-061-2/+2
* Fixed rake stats to ignore editor backup files like model.rb~ #791 [skanthak]David Heinemeier Hansson2005-03-062-1/+3
* Added exception shallowing if the DRb server can't be started (not worth maki...David Heinemeier Hansson2005-03-062-1/+3
* Added an empty favicon.ico file to the public directory of new applications (...David Heinemeier Hansson2005-03-064-2/+6
* Fixed that scaffold generator new template should use local variable instead ...David Heinemeier Hansson2005-03-062-1/+3
* Allow unit tests to run on a remote server for PostgreSQL #781 [adamm@galacti...David Heinemeier Hansson2005-03-062-4/+6
* stats need the include paths set by the environment #782 [adamm]David Heinemeier Hansson2005-03-061-1/+1
* Added web_service generator (run ./script/generate web_service for help) #776...David Heinemeier Hansson2005-03-065-0/+89
* Added web_service generator (run ./script/generate web_service for help) #776...David Heinemeier Hansson2005-03-062-1/+4
* Added app/apis and components to code statistics report #729 [Scott Barron]David Heinemeier Hansson2005-03-062-0/+4
* Fixed WEBrick server to use ABSOLUTE_RAILS_ROOT instead of working_directory ...David Heinemeier Hansson2005-03-062-1/+4
* Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...David Heinemeier Hansson2005-03-062-1/+4
* Fixed -h/--help for generate and destroy generators #331David Heinemeier Hansson2005-03-063-0/+6
* Added begin/rescue around the FCGI dispatcher so no uncaught exceptions can b...David Heinemeier Hansson2005-03-042-1/+16