aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* use #rescue_action in WS scaffolding so that exceptions in API methods give a...Leon Breedt2005-04-032-24/+38
* remove finished tasksLeon Breedt2005-04-031-2/+3
* allow selecting the protocol to use when invoking theLeon Breedt2005-04-035-10/+12
* filter out embedded nil values for XML-RPCLeon Breedt2005-04-021-2/+9
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-0250-1511/+1090
* Added NumberHelper for common string representations like phone number, curre...David Heinemeier Hansson2005-04-022-0/+84
* Fixed that benchmarking times for rendering included db runtimes #987 [skaes@...David Heinemeier Hansson2005-04-022-4/+12
* Removed broken attempt to DRY module ClassMethod #970David Heinemeier Hansson2005-04-029-1/+41
* Automatically extend the class which gets a module included with the ClassMet...David Heinemeier Hansson2005-04-028-40/+0
* Added pagination for scaffolding (10 items per page) #964 [mortonda@dgrmm.net]David Heinemeier Hansson2005-04-026-3/+11
* Fixed boolean queries for t/f fields in PostgreSQL #995 [dave@cherryville.org]David Heinemeier Hansson2005-04-022-1/+3
* Added assert_no_cookie and fixed assert_cookie_equal to deal with non-existin...David Heinemeier Hansson2005-04-023-3/+24
* Added that model.items.delete(child) will delete the child, not just set the ...David Heinemeier Hansson2005-04-024-10/+31
* Fixed auto-stamping of dates (created_on/updated_on) for PostgreSQL #985 [dav...David Heinemeier Hansson2005-04-022-6/+8
* decrease reliance on instantiated fixtures #980 [Jeremy Kemper]David Heinemeier Hansson2005-04-021-21/+15
* Fixed :overwrite_param so it doesn't delete but reject elements from @request...David Heinemeier Hansson2005-04-022-1/+3
* Added :method option to verify for ensuring that either GET, POST, etc is all...David Heinemeier Hansson2005-04-023-4/+36
* Fixed Base.silence/benchmark to only log if a logger has been configured #986...David Heinemeier Hansson2005-04-022-3/+5
* Added a join parameter as the third argument to Base.find_first and as the se...David Heinemeier Hansson2005-04-022-3/+5
* Fixed problem with classes being required twice. Object#const_missing now use...David Heinemeier Hansson2005-04-022-1/+6
* Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [D...David Heinemeier Hansson2005-04-023-5/+30
* Fixed include_blank for select_hour/minute/second #527 [edward@debian.org]David Heinemeier Hansson2005-04-023-10/+128
* Made sure all MySQL tables are created as InnoDBDavid Heinemeier Hansson2005-04-022-14/+14
* Added install.rbs for all frameworks and made all of them generic enough not ...David Heinemeier Hansson2005-04-025-157/+82
* Improved the message display on the exception handler pages #963 [Johan Soren...David Heinemeier Hansson2005-03-315-7/+12
* Added a join parameter as the third argument to Base.find_first #426 [skaes@w...David Heinemeier Hansson2005-03-312-2/+4
* Added Effect.Puff and Effect.Appear #990, #996David Heinemeier Hansson2005-03-313-2/+141
* Fixed that on very rare occasions, webrick would raise a NoMethodError: priva...David Heinemeier Hansson2005-03-312-5/+6
* display the amount of time taken to invoke a scaffolding requestLeon Breedt2005-03-312-5/+13
* remove ActiveRecordSoapMarshallable, can't reproduce the problem it was inten...Leon Breedt2005-03-312-14/+2
* Fixed bug in Base#hash method that would treat records with the same string-b...David Heinemeier Hansson2005-03-302-1/+3
* Renamed DateHelper#distance_of_time_in_words_to_now to DateHelper#time_ago_in...David Heinemeier Hansson2005-03-302-1/+8
* first pass of web service scaffolding. add ability to quickly generate anLeon Breedt2005-03-2919-28/+451
* Dont load the target before the proxy has had a chance to answer the respond_...David Heinemeier Hansson2005-03-291-2/+1
* remove wrongheaded uses of "rescue nil" if it will mask a useful exception. a...Leon Breedt2005-03-293-13/+6
* Fixed references to elementDavid Heinemeier Hansson2005-03-282-18/+18
* Added Effect.Scale for smoothly scaling images or text up and down #972 [thom...David Heinemeier Hansson2005-03-283-0/+136
* Added Effect.Fade which smoothly turns opacity from 100 to 0 and then hides t...David Heinemeier Hansson2005-03-283-0/+62
* don't hide exceptions when we fail to parse XML-RPC messages.Leon Breedt2005-03-282-4/+7
* generalize casting code to be used by both SOAP and XML-RPC (previously only ...Leon Breedt2005-03-2819-249/+432
* Fixed problem with page caching #958 [Rick Olson]David Heinemeier Hansson2005-03-272-1/+6
* Fixed the Rakefile #959David Heinemeier Hansson2005-03-271-1/+1
* Fixed doc linksDavid Heinemeier Hansson2005-03-271-2/+2
* Released 0.11.1David Heinemeier Hansson2005-03-272-1/+31
* Made ready for the release of 0.11.1David Heinemeier Hansson2005-03-2713-66/+43
* Fixed that Active Record objects with float attribute could not be cloned #808David Heinemeier Hansson2005-03-271-1/+1
* Made ready for better release automationDavid Heinemeier Hansson2005-03-278-106/+756
* Added documentation about named bind variablesDavid Heinemeier Hansson2005-03-271-0/+10
* Added ActionController::Base.page_cache_extension for setting the page cache ...David Heinemeier Hansson2005-03-272-2/+12
* Fixed "bad environment variable value" exception caused by Safari, Apache, an...David Heinemeier Hansson2005-03-272-1/+3