aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-0617-232/+283
* 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
* add action_web_service/test_invoke, will be used by for testing APIs inLeon Breedt2005-03-047-3/+223
* Fixed that broken pipe errors (clients disconnecting in mid-request) could br...David Heinemeier Hansson2005-03-032-7/+14
* Added the original exception message to session recall errors (so you can see...David Heinemeier Hansson2005-03-032-1/+3
* Fixed an exception when using Ajax based requests from Safari because Safari ...David Heinemeier Hansson2005-03-033-10/+26
* allow the client to specify options to be passed through to the underlyingLeon Breedt2005-03-031-0/+17
* make the marshaler use the same set of columns as the code that generatesLeon Breedt2005-03-023-1/+13
* Added String#to_time and String#to_date for wrapping ParseDateDavid Heinemeier Hansson2005-03-024-0/+32
* add missing entry for #allow_active_record_expectsLeon Breedt2005-03-021-0/+2
* Fixed that RAILS_ROOT might not be defined when AP was loaded, so do a late i...David Heinemeier Hansson2005-03-022-3/+8
* Added better defaults for composed_of, so statements like composed_of :time_z...David Heinemeier Hansson2005-03-0111-6/+47
* Made path work for lighttpd again as it uses an empty string where Apache ret...David Heinemeier Hansson2005-03-011-1/+1
* Ensure that the schema information table is available before doing any migrationDavid Heinemeier Hansson2005-03-011-1/+1
* Added preliminary support for an agile database migration technique (currentl...David Heinemeier Hansson2005-03-019-15/+317
* Fix request.path_info and clear up LoadingModule behavior #754 [Nicholas Seckar]David Heinemeier Hansson2005-03-013-9/+21
* Fixed caching to be aware of extensions (so you can cache files like api.wsdl...David Heinemeier Hansson2005-03-011-1/+3
* add allow_active_record_expects option to ActionWebService::API::Base,Leon Breedt2005-02-282-1/+11
* Removed a fix that was caused by a bug in RubyGems 0.8.5David Heinemeier Hansson2005-02-282-4/+0
* Fixed that association#count would produce invalid sql when called sequential...David Heinemeier Hansson2005-02-282-3/+5
* drop version back down to 0.5.0 so that we can use 0.6.0 for the realLeon Breedt2005-02-271-1/+1
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-2721-113/+348
* Slicker way of quiting on less than Ruby 1.8.2David Heinemeier Hansson2005-02-271-1/+1
* Fixed test/mocks/testing to the correct test/mocks/test #740David Heinemeier Hansson2005-02-273-2/+4
* Added early failure if the Ruby version isn't 1.8.2 or above #735David Heinemeier Hansson2005-02-272-1/+6
* Fixed the missing shebang in main "rails" script #736David Heinemeier Hansson2005-02-272-0/+8
* --i/index is obsolete #743David Heinemeier Hansson2005-02-271-3/+0
* Added MacroReflection#macro which will return a symbol describing the macro u...David Heinemeier Hansson2005-02-273-7/+18
* Correct default for ip binding on webrick server #717David Heinemeier Hansson2005-02-271-1/+1
* Fixed that Routes would raise NameErrors if a controller component contains c...David Heinemeier Hansson2005-02-273-0/+14
* Added PATH_INFO access from the request that allows urls like the following t...David Heinemeier Hansson2005-02-273-3/+15
* Fixed that caching the root would result in .html not index.htmlDavid Heinemeier Hansson2005-02-272-1/+6
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-2562-2079/+2180
* Tagged the 0.10.0 releaseDavid Heinemeier Hansson2005-02-253-7/+9
* handle elapsed times that are nil in #log_response (happens when API methodLeon Breedt2005-02-251-1/+1
* Include Action Web Service and Active Support in the documentationDavid Heinemeier Hansson2005-02-241-1/+5
* Marked for releaseDavid Heinemeier Hansson2005-02-246-5/+13
* Made ready for 0.10.0 releaseDavid Heinemeier Hansson2005-02-246-22/+22
* With const_missing loading, its no longer necessary to dynamically require th...David Heinemeier Hansson2005-02-241-2/+0
* Updated a few more docsDavid Heinemeier Hansson2005-02-242-7/+5
* Drop the _doc nonsense and use the index.html straight onDavid Heinemeier Hansson2005-02-241-2/+1
* Drop the _doc nonsense and use the index.html straight onDavid Heinemeier Hansson2005-02-246-83/+73
* Noted things that wasnt mentionedDavid Heinemeier Hansson2005-02-241-0/+4
* Fixed that proxy IPs do not follow all RFC1918 nets #251 [caleb@aei-tech.com]David Heinemeier Hansson2005-02-242-1/+3
* Changed the auto-timestamping feature to use ActiveRecord::Base.default_timez...David Heinemeier Hansson2005-02-243-5/+17
* Made TimeZone even more delicious #709David Heinemeier Hansson2005-02-242-9/+44
* Fixed testsDavid Heinemeier Hansson2005-02-242-65/+65
* Updated the license (still referered to the old ruby one)David Heinemeier Hansson2005-02-242-2/+2
* Documentation stuffDavid Heinemeier Hansson2005-02-245-10/+67