aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added UrlHelper#link_to_if/link_to_unless to enable other conditions that jus...David Heinemeier Hansson2005-03-063-5/+43
* 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
* Fixed that postgresql adapter would fails when reading bytea fields with null...David Heinemeier Hansson2005-03-061-2/+2
* Updated docs on auto-indexing #765 [Astinus]David Heinemeier Hansson2005-03-061-0/+8
* Updated wording in YAML error [noradio]David Heinemeier Hansson2005-03-061-1/+1
* Added transactional fixtures that uses rollback to undo changes to fixtures i...David Heinemeier Hansson2005-03-063-29/+139
* Better yaml fixture error #759 [xal]David Heinemeier Hansson2005-03-061-1/+1
* Added inflection rules for "sh" words, like "wish" and "fish" #755 [phillip@p...David Heinemeier Hansson2005-03-063-2/+8
* Added destruction of dependent objects in has_one associations when a new ass...David Heinemeier Hansson2005-03-065-4/+29
* Added validates_numericality_of #716 [skanthak/c.r.mcgrath]David Heinemeier Hansson2005-03-063-42/+130
* Added app/apis and components to code statistics report #729 [Scott Barron]David Heinemeier Hansson2005-03-062-0/+4
* Use example.com domains to make rails RFC2606 compliant #708David Heinemeier Hansson2005-03-062-23/+23
* 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-068-23/+16
* Fixed that single quote was not escaped in a UrlHelper#link_to javascript con...David Heinemeier Hansson2005-03-063-1/+7
* Removed the default border on link_image_to (it broke xhtml strict) -- can be...David Heinemeier Hansson2005-03-063-11/+11
* Fixed reflection_for_gps_location testDavid Heinemeier Hansson2005-03-061-1/+5
* Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...David Heinemeier Hansson2005-03-063-2/+6
* 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