aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated documentationDavid Heinemeier Hansson2005-02-241-1/+6
* Fix empty url_for with nested modules #707David Heinemeier Hansson2005-02-242-2/+8
* Fixed some docingDavid Heinemeier Hansson2005-02-241-1/+2
* Updated documentationDavid Heinemeier Hansson2005-02-246-96/+148
* Added year-based time calculationsDavid Heinemeier Hansson2005-02-242-1/+45
* Fixes OCI adapter failure on timezone tests #700David Heinemeier Hansson2005-02-241-3/+4
* Removed unused methods in url_rewriting.rb #701David Heinemeier Hansson2005-02-241-36/+2
* Fixed TimeZone issues in action-pack and active-support #704David Heinemeier Hansson2005-02-232-7/+17
* Added some unit tests #706David Heinemeier Hansson2005-02-231-0/+36
* Finished polishing API docsDavid Heinemeier Hansson2005-02-231-2/+1