| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fixed the Rakefile #959 | David Heinemeier Hansson | 2005-03-27 | 1 | -1/+1 |
* | Fixed doc links | David Heinemeier Hansson | 2005-03-27 | 1 | -2/+2 |
* | Released 0.11.1 | David Heinemeier Hansson | 2005-03-27 | 2 | -1/+31 |
* | Made ready for the release of 0.11.1 | David Heinemeier Hansson | 2005-03-27 | 13 | -66/+43 |
* | Fixed that Active Record objects with float attribute could not be cloned #808 | David Heinemeier Hansson | 2005-03-27 | 1 | -1/+1 |
* | Made ready for better release automation | David Heinemeier Hansson | 2005-03-27 | 8 | -106/+756 |
* | Added documentation about named bind variables | David Heinemeier Hansson | 2005-03-27 | 1 | -0/+10 |
* | Added ActionController::Base.page_cache_extension for setting the page cache ... | David Heinemeier Hansson | 2005-03-27 | 2 | -2/+12 |
* | Fixed "bad environment variable value" exception caused by Safari, Apache, an... | David Heinemeier Hansson | 2005-03-27 | 2 | -1/+3 |
* | Fixed that pagination_helper would ignore :params #947 [Sebastian Kanthak] | David Heinemeier Hansson | 2005-03-27 | 2 | -3/+5 |
* | Added :owerwrite_params back to url_for and friends -- it was AWL since the i... | David Heinemeier Hansson | 2005-03-27 | 2 | -1/+10 |
* | Added :position option to link_to_remote/form_remote_tag that can be either :... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+4 |
* | Effects can just be used through the callbacks | David Heinemeier Hansson | 2005-03-26 | 3 | -12/+1 |
* | Fixed a couple of more js issues | David Heinemeier Hansson | 2005-03-26 | 1 | -3/+1 |
* | Updated to prototype.js 1.1.0 | David Heinemeier Hansson | 2005-03-26 | 3 | -199/+242 |
* | Whitespace flicker | David Heinemeier Hansson | 2005-03-26 | 1 | -1/+0 |
* | Added include_seconds option as the third parameter to distance_of_time_in_wo... | David Heinemeier Hansson | 2005-03-26 | 5 | -8/+55 |
* | Added fourth option to process in test cases to specify the content of the fl... | David Heinemeier Hansson | 2005-03-26 | 3 | -1/+29 |
* | Added Verifications that allows you to specify preconditions to actions in fo... | David Heinemeier Hansson | 2005-03-26 | 4 | -0/+220 |
* | Fixing JS bugs, renamed :position values | David Heinemeier Hansson | 2005-03-26 | 2 | -28/+9 |