| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | use #rescue_action in WS scaffolding so that exceptions in API methods give a... | Leon Breedt | 2005-04-03 | 2 | -24/+38 |
* | remove finished tasks | Leon Breedt | 2005-04-03 | 1 | -2/+3 |
* | allow selecting the protocol to use when invoking the | Leon Breedt | 2005-04-03 | 5 | -10/+12 |
* | filter out embedded nil values for XML-RPC | Leon Breedt | 2005-04-02 | 1 | -2/+9 |
* | * collapse 'ws' back into protocols, it just added complexity and indirection... | Leon Breedt | 2005-04-02 | 50 | -1511/+1090 |
* | Added NumberHelper for common string representations like phone number, curre... | David Heinemeier Hansson | 2005-04-02 | 2 | -0/+84 |
* | Fixed that benchmarking times for rendering included db runtimes #987 [skaes@... | David Heinemeier Hansson | 2005-04-02 | 2 | -4/+12 |
* | Removed broken attempt to DRY module ClassMethod #970 | David Heinemeier Hansson | 2005-04-02 | 9 | -1/+41 |
* | Automatically extend the class which gets a module included with the ClassMet... | David Heinemeier Hansson | 2005-04-02 | 8 | -40/+0 |
* | Added pagination for scaffolding (10 items per page) #964 [mortonda@dgrmm.net] | David Heinemeier Hansson | 2005-04-02 | 6 | -3/+11 |
* | Fixed boolean queries for t/f fields in PostgreSQL #995 [dave@cherryville.org] | David Heinemeier Hansson | 2005-04-02 | 2 | -1/+3 |
* | Added assert_no_cookie and fixed assert_cookie_equal to deal with non-existin... | David Heinemeier Hansson | 2005-04-02 | 3 | -3/+24 |
* | Added that model.items.delete(child) will delete the child, not just set the ... | David Heinemeier Hansson | 2005-04-02 | 4 | -10/+31 |