index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Find with a list of ids supports limit/offset. Closes #8437.
Jeremy Kemper
2007-05-25
3
-48
/
+64
*
Date, Time, and DateTime support formatting blocks in addition to strftime st...
Jeremy Kemper
2007-05-25
7
-31
/
+66
*
Optimistic locking: revert the lock version when an update fails. Closes #784...
Jeremy Kemper
2007-05-25
3
-16
/
+39
*
Migrations: add_column supports custom column types. Closes #7742. First-patc...
Jeremy Kemper
2007-05-25
3
-14
/
+33
*
Also remove the duplicated unit test template. References #7222.
Jeremy Kemper
2007-05-25
1
-10
/
+0
*
Scaffold generator depends on model generator instead of duplicating it. Clos...
Jeremy Kemper
2007-05-25
5
-40
/
+3
*
Missed commit from [6833]. References #8456.
Jeremy Kemper
2007-05-25
1
-15
/
+0
*
Test reconnection after MySQL client timeout. References #428.
Jeremy Kemper
2007-05-25
2
-2
/
+32
*
Call the newly generated read method after generating it. Closes #8470.
Jeremy Kemper
2007-05-25
1
-4
/
+15
*
Load database adapters on demand. Eliminates config.connection_adapters and R...
Jeremy Kemper
2007-05-25
5
-40
/
+45
*
Include some missing fixtures. Closes #7981.
Jeremy Kemper
2007-05-25
2
-3
/
+2
*
Add multipart request parsing test with bracketed parameter key. References #...
Jeremy Kemper
2007-05-24
2
-0
/
+9
*
Added option to suppress :size when using :maxlength for FormTagHelper#text_f...
David Heinemeier Hansson
2007-05-24
3
-1
/
+9
*
Don't alias local var
Jeremy Kemper
2007-05-24
1
-1
/
+1
*
update changelog too
Rick Olson
2007-05-24
1
-0
/
+2
*
Ensure that associations with :dependent => :delete_all respect :conditions o...
Rick Olson
2007-05-24
3
-4
/
+31
*
catch possible WSOD when trying to render a missing partial. Closes #8454 [Ca...
Rick Olson
2007-05-24
3
-0
/
+16
*
Scaffold generator tests. Closes #8443.
Jeremy Kemper
2007-05-23
4
-3
/
+350
*
Set RAW_POST_DATA when request parameters are parsed.
Jeremy Kemper
2007-05-23
3
-45
/
+44
*
Fix JSON date/time conversion tests.
Jeremy Kemper
2007-05-23
1
-2
/
+2
*
Extend the view instance directly instead of mucking with anonymous subclasses.
Jeremy Kemper
2007-05-23
1
-10
/
+2
*
Don't play with fire (anonymous class and returning block).
Jeremy Kemper
2007-05-23
1
-5
/
+6
*
Don't load observers if Active Record isn't loaded.
Jeremy Kemper
2007-05-23
1
-5
/
+8
*
whiny nil shouldn't depend on Active Record
Jeremy Kemper
2007-05-23
1
-12
/
+12
*
Fix :through docs wrecked up by [6777]. Closes #4961.
Jeremy Kemper
2007-05-23
1
-1
/
+2
*
Revert [6811]. Should be fixed instead of selectively reintroducing the depre...
Jeremy Kemper
2007-05-23
1
-1
/
+0
*
Rewind request body after reading it, if possible. Closes #8438.
Jeremy Kemper
2007-05-23
3
-1
/
+22
*
Set RAW_POST_DATA in integration tests as expected
Tobias Lütke
2007-05-22
1
-0
/
+1
*
Rescuing in around_filters works as expected again [codahale, Stephan Kaes]. ...
Tobias Lütke
2007-05-22
2
-0
/
+40
*
Initializers are now loaded consistently sorted by name. Closes #8343
Tobias Lütke
2007-05-22
1
-1
/
+1
*
Generated scaffold functional tests use assert_difference. Closes #8421.
Jeremy Kemper
2007-05-22
2
-6
/
+8
*
Strip junk whitespace from [6806].
Jeremy Kemper
2007-05-22
2
-71
/
+71
*
Resource namespaces are inherited by their has_many subresources. Closes #8280.
Jeremy Kemper
2007-05-22
3
-5
/
+40
*
belongs_to assignment creates a new proxy rather than modifying its target in...
Jeremy Kemper
2007-05-22
3
-5
/
+17
*
Fix filtered parameter logging with nil parameter values. Closes #8422.
Jeremy Kemper
2007-05-21
3
-1
/
+5
*
forgot binary fixture
Rick Olson
2007-05-21
1
-0
/
+437
*
Fix column type detection while loading fixtures. Closes #7987 [roderickvd]
Rick Olson
2007-05-21
3
-6
/
+12
*
Integration tests: alias xhr to xml_http_request and add a request_method arg...
Jeremy Kemper
2007-05-21
3
-24
/
+86
*
Fix USAGE typo in resource generator. Closes #8406.
Jeremy Kemper
2007-05-20
1
-13
/
+13
*
Document Object#blank?. Closes #6491.
Jeremy Kemper
2007-05-20
2
-4
/
+12
*
Document deep eager includes. Closes #6267.
Jeremy Kemper
2007-05-19
2
-2
/
+12
*
Revert [4706] which added incorrect docs. References #5684.
Jeremy Kemper
2007-05-19
1
-9
/
+0
*
Document caches_action. Closes #5419.
Jeremy Kemper
2007-05-19
2
-1
/
+5
*
Fix incorrent content type lookup in request parsing. Closes #8407.
Jeremy Kemper
2007-05-19
2
-28
/
+52
*
Update to Prototype 1.5.1
Sam Stephenson
2007-05-19
4
-684
/
+2200
*
Allow routes to be declared off namespaces
Tobias Lütke
2007-05-19
5
-25
/
+85
*
Fix #inspect for new records. Closes #8405.
Jeremy Kemper
2007-05-19
2
-1
/
+5
*
Update edge to script.aculo.us to 1.7.1_beta3
Thomas Fuchs
2007-05-19
8
-186
/
+330
*
Fix generator test broken by scaffold change. Closes #8402.
Jeremy Kemper
2007-05-18
1
-4
/
+0
*
belongs_to doesn't go :through. Closes #4961.
Jeremy Kemper
2007-05-18
1
-2
/
+1
[next]