aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added lazy typing for generate, such that ./script/generate cn == ./script/ge...David Heinemeier Hansson2005-04-102-3/+11
* Added rollbacks of transactions if they're active as the dispatcher is killed...David Heinemeier Hansson2005-04-102-0/+9
* Fixed that ownership is brought over in pg_dump during tests for PostgreSQL #...David Heinemeier Hansson2005-04-102-1/+6
* Fixed spelling of delimiter #1058David Heinemeier Hansson2005-04-101-14/+14
* Fixed db schemaDavid Heinemeier Hansson2005-04-101-1/+2
* Added support for has_and_belongs_to_many associations in eager loading #1064...David Heinemeier Hansson2005-04-1020-76/+226
* Made eager loading work with inheritance hierarchies #1065 [Ryan Carver]David Heinemeier Hansson2005-04-1016-9/+121
* Fixed that the content-type for some browsers could include an additional \r ...David Heinemeier Hansson2005-04-102-1/+3
* Updated docs #1068David Heinemeier Hansson2005-04-101-2/+2
* Updated docs #1070David Heinemeier Hansson2005-04-101-11/+12
* Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr...David Heinemeier Hansson2005-04-103-7/+12
* Fixed a few testsDavid Heinemeier Hansson2005-04-101-4/+4
* Fixed that in some circumstances controllers outside of modules may have hidd...David Heinemeier Hansson2005-04-106-11/+50
* add missing public API changeLeon Breedt2005-04-101-4/+5
* Fixed syntax errorDavid Heinemeier Hansson2005-04-071-1/+1
* Update to the helper to abstract delimeting a number #1015David Heinemeier Hansson2005-04-071-4/+10
* Added quoting of column names for fixtures #997 [jcfischer@gmail.com]David Heinemeier Hansson2005-04-0717-5/+66
* Fixed check_box with postgresql booleans is more work now again #995David Heinemeier Hansson2005-04-071-1/+1
* Added JavascriptHelper#periodically_call_remote in order to create areas of a...David Heinemeier Hansson2005-04-074-0/+69
* generate --quiet documentation #715David Heinemeier Hansson2005-04-071-1/+1
* Fixed Cache#expire_matched_fragments that couldn't recognize the difference b...David Heinemeier Hansson2005-04-072-13/+26
* Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfga...David Heinemeier Hansson2005-04-072-2/+8
* Fixed counter_sql when no records exist in database for PostgreSQL (would giv...David Heinemeier Hansson2005-04-074-2/+17
* Added simulation of @request.request_uri in functional tests #1038 [Jamis Buck]David Heinemeier Hansson2005-04-073-0/+36
* Moved to new serverDavid Heinemeier Hansson2005-04-077-10/+35
* Fixed inflection of perspectives and similar words #1045 [thijs@vandervossen....David Heinemeier Hansson2005-04-073-3/+8
* Fixed autolinking to work better in more cases #1013 [Jamis Buck]David Heinemeier Hansson2005-04-061-4/+17
* Fixed autolinking to work better in more cases #1013 [Jamis Buck]David Heinemeier Hansson2005-04-061-1/+8
* support SOAP invocation of layered services in scaffolding too, fix bug whenLeon Breedt2005-04-052-7/+27
* initial go at making :layered dispatching generate WSDL for SOAP, and haveLeon Breedt2005-04-058-23/+63
* Use :foreign_key option if specified on the associationDavid Heinemeier Hansson2005-04-051-2/+2
* Added Fixnum#even? and Fixnum#odd?David Heinemeier Hansson2005-04-051-0/+5
* Added Fixnum#even? and Fixnum#odd?David Heinemeier Hansson2005-04-054-3/+39
* make XMLRPC::FaultException have a #message, otherwise the thrown exceptionLeon Breedt2005-04-051-0/+4
* add API::Method#expects_to_hash convenience as wellLeon Breedt2005-04-052-0/+15
* add API::Method#expects_index_of helper to get the index ofLeon Breedt2005-04-052-0/+21
* be explicit about the object to do #instance_eval in for delegated dispatching,Leon Breedt2005-04-0511-230/+226
* * Fix casting of nested members in structured types if we have a signatureLeon Breedt2005-04-045-16/+22
* Made it possible to do text_field :account, :name in addition to text_field "...David Heinemeier Hansson2005-04-041-1/+1
* Dont include multiple versions of the same association objectDavid Heinemeier Hansson2005-04-041-1/+1
* Prefix primary key with table name so it works as part of a joined fetchDavid Heinemeier Hansson2005-04-041-2/+2
* don't use SyncEnumerator, its far too slow to be used in something frequently...Leon Breedt2005-04-032-2/+6
* More eager fixesDavid Heinemeier Hansson2005-04-032-4/+2
* Made eager loading work even moreDavid Heinemeier Hansson2005-04-0311-50/+76
* Fixed .id => .object_id in TMailDavid Heinemeier Hansson2005-04-031-2/+2
* Fixed javascript_include_tag to output type instead of language and conform t...David Heinemeier Hansson2005-04-032-4/+6
* Allow order, conditions, and joins in finds that include associationsDavid Heinemeier Hansson2005-04-033-5/+17
* Only include associations when the relevant rows have contentDavid Heinemeier Hansson2005-04-031-1/+1
* Added testsDavid Heinemeier Hansson2005-04-031-0/+278
* Added new Base.find API and deprecated find_all, find_first. Added preliminar...David Heinemeier Hansson2005-04-0316-227/+243