| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fixed auto-stamping of dates (created_on/updated_on) for PostgreSQL #985 [dav... | David Heinemeier Hansson | 2005-04-02 | 2 | -6/+8 |
* | decrease reliance on instantiated fixtures #980 [Jeremy Kemper] | David Heinemeier Hansson | 2005-04-02 | 1 | -21/+15 |
* | Fixed :overwrite_param so it doesn't delete but reject elements from @request... | David Heinemeier Hansson | 2005-04-02 | 2 | -1/+3 |
* | Added :method option to verify for ensuring that either GET, POST, etc is all... | David Heinemeier Hansson | 2005-04-02 | 3 | -4/+36 |
* | Fixed Base.silence/benchmark to only log if a logger has been configured #986... | David Heinemeier Hansson | 2005-04-02 | 2 | -3/+5 |
* | Added a join parameter as the third argument to Base.find_first and as the se... | David Heinemeier Hansson | 2005-04-02 | 2 | -3/+5 |
* | Fixed problem with classes being required twice. Object#const_missing now use... | David Heinemeier Hansson | 2005-04-02 | 2 | -1/+6 |
* | Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [D... | David Heinemeier Hansson | 2005-04-02 | 3 | -5/+30 |
* | Fixed include_blank for select_hour/minute/second #527 [edward@debian.org] | David Heinemeier Hansson | 2005-04-02 | 3 | -10/+128 |
* | Made sure all MySQL tables are created as InnoDB | David Heinemeier Hansson | 2005-04-02 | 2 | -14/+14 |
* | Added install.rbs for all frameworks and made all of them generic enough not ... | David Heinemeier Hansson | 2005-04-02 | 5 | -157/+82 |
* | Improved the message display on the exception handler pages #963 [Johan Soren... | David Heinemeier Hansson | 2005-03-31 | 5 | -7/+12 |
* | Added a join parameter as the third argument to Base.find_first #426 [skaes@w... | David Heinemeier Hansson | 2005-03-31 | 2 | -2/+4 |
* | Added Effect.Puff and Effect.Appear #990, #996 | David Heinemeier Hansson | 2005-03-31 | 3 | -2/+141 |
* | Fixed that on very rare occasions, webrick would raise a NoMethodError: priva... | David Heinemeier Hansson | 2005-03-31 | 2 | -5/+6 |
* | display the amount of time taken to invoke a scaffolding request | Leon Breedt | 2005-03-31 | 2 | -5/+13 |
* | remove ActiveRecordSoapMarshallable, can't reproduce the problem it was inten... | Leon Breedt | 2005-03-31 | 2 | -14/+2 |
* | Fixed bug in Base#hash method that would treat records with the same string-b... | David Heinemeier Hansson | 2005-03-30 | 2 | -1/+3 |
* | Renamed DateHelper#distance_of_time_in_words_to_now to DateHelper#time_ago_in... | David Heinemeier Hansson | 2005-03-30 | 2 | -1/+8 |
* | first pass of web service scaffolding. add ability to quickly generate an | Leon Breedt | 2005-03-29 | 19 | -28/+451 |
* | Dont load the target before the proxy has had a chance to answer the respond_... | David Heinemeier Hansson | 2005-03-29 | 1 | -2/+1 |
* | remove wrongheaded uses of "rescue nil" if it will mask a useful exception. a... | Leon Breedt | 2005-03-29 | 3 | -13/+6 |
* | Fixed references to element | David Heinemeier Hansson | 2005-03-28 | 2 | -18/+18 |
* | Added Effect.Scale for smoothly scaling images or text up and down #972 [thom... | David Heinemeier Hansson | 2005-03-28 | 3 | -0/+136 |
* | Added Effect.Fade which smoothly turns opacity from 100 to 0 and then hides t... | David Heinemeier Hansson | 2005-03-28 | 3 | -0/+62 |
* | don't hide exceptions when we fail to parse XML-RPC messages. | Leon Breedt | 2005-03-28 | 2 | -4/+7 |
* | generalize casting code to be used by both SOAP and XML-RPC (previously only ... | Leon Breedt | 2005-03-28 | 19 | -249/+432 |
* | Fixed problem with page caching #958 [Rick Olson] | David Heinemeier Hansson | 2005-03-27 | 2 | -1/+6 |