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