aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added Fixnum#even? and Fixnum#odd?David Heinemeier Hansson2005-04-054-3/+39
* make XMLRPC::FaultException have a #message, otherwise the thrown exceptionLeon Breedt2005-04-051-0/+4
* add API::Method#expects_to_hash convenience as wellLeon Breedt2005-04-052-0/+15
* add API::Method#expects_index_of helper to get the index ofLeon Breedt2005-04-052-0/+21
* be explicit about the object to do #instance_eval in for delegated dispatching,Leon Breedt2005-04-0511-230/+226
* * Fix casting of nested members in structured types if we have a signatureLeon Breedt2005-04-045-16/+22
* Made it possible to do text_field :account, :name in addition to text_field "...David Heinemeier Hansson2005-04-041-1/+1
* Dont include multiple versions of the same association objectDavid Heinemeier Hansson2005-04-041-1/+1
* Prefix primary key with table name so it works as part of a joined fetchDavid Heinemeier Hansson2005-04-041-2/+2
* don't use SyncEnumerator, its far too slow to be used in something frequently...Leon Breedt2005-04-032-2/+6
* More eager fixesDavid Heinemeier Hansson2005-04-032-4/+2
* Made eager loading work even moreDavid Heinemeier Hansson2005-04-0311-50/+76
* Fixed .id => .object_id in TMailDavid Heinemeier Hansson2005-04-031-2/+2
* Fixed javascript_include_tag to output type instead of language and conform t...David Heinemeier Hansson2005-04-032-4/+6
* Allow order, conditions, and joins in finds that include associationsDavid Heinemeier Hansson2005-04-033-5/+17
* Only include associations when the relevant rows have contentDavid Heinemeier Hansson2005-04-031-1/+1
* Added testsDavid Heinemeier Hansson2005-04-031-0/+278
* Added new Base.find API and deprecated find_all, find_first. Added preliminar...David Heinemeier Hansson2005-04-0316-227/+243
* 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