| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | script/performance/profiler compatibility with the new ruby-prof, including a... | Jeremy Kemper | 2006-08-05 | 2 | -9/+27 |
* | Mention reload! when talking about console (closes #5560) | David Heinemeier Hansson | 2006-08-05 | 1 | -0/+3 |
* | Refactored select routing for SQL Server adapter (closes #5683) [tom@popdog.net] | David Heinemeier Hansson | 2006-08-05 | 2 | -14/+14 |
* | Fixed that default timezones for new / initialize should uphold utc setting (... | David Heinemeier Hansson | 2006-08-05 | 3 | -1/+19 |
* | Remove duplicate routes from mapped resources (closes #5712) [eigentone@gmail... | David Heinemeier Hansson | 2006-08-05 | 2 | -3/+26 |
* | Remove unnecessary brackets in regex (closes #5715) | David Heinemeier Hansson | 2006-08-05 | 1 | -1/+1 |
* | Call an inspector for inspector | David Heinemeier Hansson | 2006-08-05 | 1 | -1/+1 |
* | DeprecatedInstanceVariableProxy stand-in for @request, @attributes, and friends. | Jeremy Kemper | 2006-08-05 | 2 | -4/+39 |
* | Short documentation to mention use of Mime::Type.register. Closes #5710 [choo... | Michael Koziarski | 2006-08-05 | 2 | -1/+9 |
* | Make controller_path available as an instance method. Closes #5724. | Jeremy Kemper | 2006-08-05 | 3 | -2/+11 |
* | Fix announcement of very long migration names. Closes #5722. | Jeremy Kemper | 2006-08-05 | 2 | -1/+4 |
* | ./script/generate usage. Closes #5721. | Jeremy Kemper | 2006-08-05 | 1 | -1/+1 |
* | The white space inquisition is coming for you! | David Heinemeier Hansson | 2006-08-04 | 1 | -3/+1 |
* | Fix broken query parameter tests | Nicholas Seckar | 2006-08-04 | 2 | -43/+115 |
* | Make us pass to ease RESTful children posts | David Heinemeier Hansson | 2006-08-04 | 1 | -1/+1 |
* | Make us pass to ease RESTful children posts | David Heinemeier Hansson | 2006-08-04 | 1 | -0/+11 |
* | Fix typo in caching docs. [Marcel Molina Jr.] | Marcel Molina | 2006-08-04 | 1 | -1/+1 |
* | Make action caching aware of different formats for the same action so that, e... | Marcel Molina | 2006-08-03 | 4 | -7/+203 |
* | The exists? class method should treat a string argument as an id rather than ... | Jeremy Kemper | 2006-08-03 | 3 | -10/+25 |
* | Thoroughly document inflections. Closes #5700. | Jeremy Kemper | 2006-08-03 | 2 | -11/+40 |
* | Added Module#alias_attribute [Jamis/DHH] | David Heinemeier Hansson | 2006-08-03 | 5 | -4/+80 |
* | Fixed to_xml with :include misbehaviors when invoked on array of model instan... | David Heinemeier Hansson | 2006-08-03 | 3 | -0/+17 |
* | Added support for conditions on Base.exists? (closes #5689) [josh@joshpeek.com] | David Heinemeier Hansson | 2006-08-03 | 3 | -2/+14 |
* | Schema dumper quotes date :default values. | Jeremy Kemper | 2006-08-02 | 2 | -1/+14 |
* | More tweaks to make sure assert_redirected_to works with symbols | Jamis Buck | 2006-08-01 | 1 | -2/+8 |
* | Make sure assert_respond_to works with symbol parameters | Jamis Buck | 2006-08-01 | 1 | -1/+1 |
* | Deprecation: easier to work with warning behavior as procs; default behaviors... | Jeremy Kemper | 2006-08-01 | 3 | -102/+124 |
* | more concise destroy test | Jeremy Kemper | 2006-08-01 | 1 | -13/+5 |
* | r4889@ks: jeremy | 2006-07-31 20:27:15 -0700 | Jeremy Kemper | 2006-08-01 | 1 | -6/+6 |
* | Restrict Request Method hacking with ?_method to POST requests. [Rick Olson] | Rick Olson | 2006-08-01 | 3 | -3/+33 |
* | Nested resource testing. | Jeremy Kemper | 2006-08-01 | 2 | -17/+18 |
* | Nesting map.resources | Jeremy Kemper | 2006-08-01 | 2 | -7/+7 |
* | Fix bug when passing multiple options to SimplyRestful, like :new => { :previ... | Rick Olson | 2006-07-31 | 3 | -19/+49 |
* | Calculate sum with SQL, not Enumerable on HasManyThrough Associations. [Dan P... | Rick Olson | 2006-07-31 | 3 | -1/+12 |
* | Dup the options passed to map.resources so that multiple resources get the sa... | Rick Olson | 2006-07-31 | 3 | -3/+20 |
* | Fixed the new_#{resource}_url route and added named route tests for Simply Re... | Rick Olson | 2006-07-31 | 3 | -14/+65 |
* | Added map.resources from the Simply Restful plugin (backwards incompatible wi... | David Heinemeier Hansson | 2006-07-31 | 6 | -9/+290 |
* | r4886@ks: jeremy | 2006-07-31 00:01:55 -0700 | Jeremy Kemper | 2006-07-31 | 1 | -1/+1 |
* | r4880@ks: jeremy | 2006-07-30 23:52:59 -0700 | Jeremy Kemper | 2006-07-31 | 2 | -7/+27 |
* | Fixed that integration simulation of XHRs should set Accept header as well [E... | David Heinemeier Hansson | 2006-07-31 | 1 | -0/+2 |
* | Fixed that integration simulation of XHRs should set Accept header as well [E... | David Heinemeier Hansson | 2006-07-31 | 1 | -1/+5 |
* | r4854@ks: jeremy | 2006-07-30 00:59:18 -0700 | Jeremy Kemper | 2006-07-31 | 5 | -9/+114 |
* | show missing file path on failed fixture_file_upload | Rick Olson | 2006-07-30 | 1 | -1/+1 |
* | Ensure TestRequest#session always returns a TestSession [Koz] | Michael Koziarski | 2006-07-28 | 2 | -1/+3 |
* | Fixed the failsafe response so it uses either the current recognized controll... | Rick Olson | 2006-07-28 | 2 | -2/+7 |
* | Patch sql injection vulnerability when using integer or float columns. | Jamis Buck | 2006-07-27 | 3 | -1/+10 |
* | Don't search a load-path of '.' for controller files, since it may include sy... | Jamis Buck | 2006-07-27 | 2 | -1/+3 |
* | Update integration.rb to require test_process explicitly instead of via Depen... | Nicholas Seckar | 2006-07-27 | 2 | -0/+3 |
* | Initial Version of Deprecation for Rails[Koz] | Michael Koziarski | 2006-07-27 | 4 | -0/+134 |
* | Added ICS to extension lookup recognition [Lars Pind] | David Heinemeier Hansson | 2006-07-26 | 1 | -0/+2 |