aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr...David Heinemeier Hansson2005-04-103-7/+12
* Fixed a few testsDavid Heinemeier Hansson2005-04-101-4/+4
* Fixed that in some circumstances controllers outside of modules may have hidd...David Heinemeier Hansson2005-04-106-11/+50
* add missing public API changeLeon Breedt2005-04-101-4/+5
* Fixed syntax errorDavid Heinemeier Hansson2005-04-071-1/+1
* Update to the helper to abstract delimeting a number #1015David Heinemeier Hansson2005-04-071-4/+10
* Added quoting of column names for fixtures #997 [jcfischer@gmail.com]David Heinemeier Hansson2005-04-0717-5/+66
* Fixed check_box with postgresql booleans is more work now again #995David Heinemeier Hansson2005-04-071-1/+1
* Added JavascriptHelper#periodically_call_remote in order to create areas of a...David Heinemeier Hansson2005-04-074-0/+69
* generate --quiet documentation #715David Heinemeier Hansson2005-04-071-1/+1
* Fixed Cache#expire_matched_fragments that couldn't recognize the difference b...David Heinemeier Hansson2005-04-072-13/+26
* Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfga...David Heinemeier Hansson2005-04-072-2/+8
* Fixed counter_sql when no records exist in database for PostgreSQL (would giv...David Heinemeier Hansson2005-04-074-2/+17
* Added simulation of @request.request_uri in functional tests #1038 [Jamis Buck]David Heinemeier Hansson2005-04-073-0/+36
* Moved to new serverDavid Heinemeier Hansson2005-04-077-10/+35
* Fixed inflection of perspectives and similar words #1045 [thijs@vandervossen....David Heinemeier Hansson2005-04-073-3/+8
* Fixed autolinking to work better in more cases #1013 [Jamis Buck]David Heinemeier Hansson2005-04-061-4/+17
* Fixed autolinking to work better in more cases #1013 [Jamis Buck]David Heinemeier Hansson2005-04-061-1/+8
* support SOAP invocation of layered services in scaffolding too, fix bug whenLeon Breedt2005-04-052-7/+27
* initial go at making :layered dispatching generate WSDL for SOAP, and haveLeon Breedt2005-04-058-23/+63
* Use :foreign_key option if specified on the associationDavid Heinemeier Hansson2005-04-051-2/+2
* Added Fixnum#even? and Fixnum#odd?David Heinemeier Hansson2005-04-051-0/+5
* 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