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
...
*
assume the passed headers to the ActiveResource HttpMock Request/Response are...
Rick Olson
2006-10-02
1
-2
/
+2
*
save! shouldn't validate twice. Closes #6324.
Jeremy Kemper
2006-10-02
3
-2
/
+10
*
Association collections have an _ids reader method to match the existing writ...
Jeremy Kemper
2006-10-01
3
-1
/
+47
*
Removed deprecated @request and @response usages.
Kent Sibilev
2006-10-01
3
-5
/
+7
*
Fixed some deprecation warnings in ActionPack [Rick Olson]
Rick Olson
2006-09-30
3
-4
/
+5
*
Add an attribute reader method for ActiveRecord::Base.observers [Rick Olson]
Rick Olson
2006-09-30
2
-0
/
+10
*
Use class name as XML_TYPE_NAMES key.
Jeremy Kemper
2006-09-29
2
-4
/
+4
*
Hash#to_xml supports Bignum and BigDecimal. Closes #6313.
Jeremy Kemper
2006-09-29
4
-16
/
+30
*
Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]
Rick Olson
2006-09-29
7
-39
/
+190
*
Deprecate @response
Jeremy Kemper
2006-09-29
10
-24
/
+27
*
Deprecate @headers
Jeremy Kemper
2006-09-29
5
-7
/
+9
*
Deprecate @cookies
Jeremy Kemper
2006-09-29
6
-6
/
+8
*
Include caller of deprecated count method.
Jeremy Kemper
2006-09-29
1
-2
/
+3
*
Use the first unparsed argument as the code or file to run. Closes #6286.
Jeremy Kemper
2006-09-29
2
-6
/
+9
*
assert_select_rjs decodes escaped unicode chars since the Javascript generato...
Jeremy Kemper
2006-09-29
3
-17
/
+37
*
Deprecation: @request will be removed after 1.2. Use the request method instead.
Jeremy Kemper
2006-09-29
12
-112
/
+105
*
modify head so that you can specify a bare status code as the first parameter
Jamis Buck
2006-09-28
2
-6
/
+33
*
Add ActionController::Base#head for rendering empty responses. Add support fo...
Jamis Buck
2006-09-28
5
-2
/
+176
*
Don't undefine #class in OptionMerger [Rick]
Rick Olson
2006-09-27
3
-1
/
+8
*
Fix bug that kept any before_filter except the first one from being able to h...
Rick Olson
2006-09-27
4
-5
/
+52
*
Make sure map.resources(:things, :new => { :new => :any }) correctly sets /th...
Jamis Buck
2006-09-26
2
-10
/
+31
*
Deprecation: count class method should be called with an options hash rather ...
Jeremy Kemper
2006-09-26
9
-25
/
+50
*
strip_links is case-insensitive. Closes #6285.
Jeremy Kemper
2006-09-26
3
-1
/
+4
*
whitespace
Jeremy Kemper
2006-09-26
1
-5
/
+5
*
script/runner can run files, pass on arguments, and be used as a shebang. Clo...
Jeremy Kemper
2006-09-26
2
-6
/
+29
*
has_one associations with a nil target may be safely marshaled. Closes #6279.
Jeremy Kemper
2006-09-26
3
-2
/
+19
*
scaffold_resource naming, fixes #6276
Jeremy Kemper
2006-09-25
2
-4
/
+4
*
organize associations tests
Jeremy Kemper
2006-09-25
6
-2
/
+2
*
use a real test
Jeremy Kemper
2006-09-25
1
-9
/
+6
*
Removed invocation of deprecated before_action and around_action filter methods.
Kent Sibilev
2006-09-25
2
-7
/
+3
*
Duplicate the hash provided to AR::Base#to_xml to prevent unexpected side eff...
Michael Koziarski
2006-09-24
3
-1
/
+18
*
Clear the cache of possible controllers whenever Routes are reloaded.
Nicholas Seckar
2006-09-23
3
-2
/
+32
*
workaround collections loaded as :people => { :person => [{..attrs..}, {..att...
Jeremy Kemper
2006-09-22
2
-28
/
+44
*
Filters overhaul including meantime filter support for around filters. Closes...
Jeremy Kemper
2006-09-22
4
-230
/
+676
*
use ActiveRecordTestCase
Jeremy Kemper
2006-09-22
1
-2
/
+2
*
deprecation_method_warning and deprecation_horizon - fewer moving parts, easy...
Jeremy Kemper
2006-09-22
1
-1
/
+9
*
use :dependent => :destroy rather than :dependent => true
Jeremy Kemper
2006-09-22
1
-2
/
+2
*
Look for rake tasks in plugin subdirs. Closes #6259.
Jeremy Kemper
2006-09-22
2
-1
/
+3
*
Update RJS render tests.
Sam Stephenson
2006-09-20
2
-3
/
+5
*
Just use the vanilla mime type string, no need for fancy lookups [DHH]
David Heinemeier Hansson
2006-09-20
1
-2
/
+2
*
fixed failing tests now that non-GET requests are sent with .xml file ext. E...
Rick Olson
2006-09-20
4
-13
/
+30
*
Update CGI process to allow sessions to contain namespaced models. Closes #4638.
Nicholas Seckar
2006-09-20
2
-1
/
+3
*
Fix routing to respect user provided requirements and defaults when assigning...
Nicholas Seckar
2006-09-20
3
-9
/
+90
*
Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...
David Heinemeier Hansson
2006-09-20
6
-10
/
+17
*
Added map.connect ':controller/:action/:id.:format' as a default route to con...
David Heinemeier Hansson
2006-09-20
2
-0
/
+3
*
Implemented ./script/generate scaffold_resource comment body:text created_at:...
David Heinemeier Hansson
2006-09-19
7
-71
/
+120
*
Rescue Errno::ECONNRESET to handle an unexpectedly closed socket connection. ...
Jeremy Kemper
2006-09-18
2
-4
/
+6
*
test default content type for implicit rjs template render
Rick Olson
2006-09-18
2
-0
/
+10
*
Work-in-progress scaffolder for resources [DHH/Rick Olson]
David Heinemeier Hansson
2006-09-17
13
-0
/
+343
*
Added that respond_to blocks will automatically set the content type to be th...
David Heinemeier Hansson
2006-09-17
4
-2
/
+45
[prev]
[next]