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
...
*
More documentations for typos in routes. Closes #8228 [pam]
Marcel Molina
2007-05-06
3
-3
/
+3
*
Fix documentation typo in routes. Closes #8250. [norbert]
Marcel Molina
2007-05-06
2
-1
/
+3
*
Sweep flash when filter chain is halted. Closes #6175. [Caio Chassot <lists@...
Marcel Molina
2007-05-06
4
-9
/
+48
*
Bug fix for the filter implementation
Michael Koziarski
2007-05-06
2
-3
/
+52
*
Use assert_match instead of String#include? so we can get helpful error messa...
Michael Koziarski
2007-05-06
1
-1
/
+3
*
Added short-hand declaration style to migrations (inspiration from Sexy Migra...
David Heinemeier Hansson
2007-05-06
5
-4
/
+71
*
Make respond_to? work as expected
Tobias Lütke
2007-05-04
2
-0
/
+28
*
Change Base#to_xml to take the name for a container element for an associatio...
Michael Koziarski
2007-05-03
3
-3
/
+12
*
Try the class itself if the ancestor doesnt have anything
David Heinemeier Hansson
2007-05-02
1
-2
/
+6
*
Fixed that content_tag with a block will just return the result instead of co...
David Heinemeier Hansson
2007-05-02
3
-1
/
+13
*
Replace the current block/continuation filter chain handling by an implementa...
Rick Olson
2007-05-02
3
-88
/
+189
*
Update UrlWriter to accept :anchor parameter. Closes #6771.
Nicholas Seckar
2007-05-02
3
-0
/
+17
*
Added assert_difference and assert_no_difference to test/unit assertions
Tobias Lütke
2007-05-01
5
-0
/
+68
*
BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :pa...
David Heinemeier Hansson
2007-05-01
4
-44
/
+95
*
Added the first part of Simply Helpful to core. The rest is pending a clean i...
David Heinemeier Hansson
2007-04-30
8
-1
/
+300
*
You're dead! We killed you!
David Heinemeier Hansson
2007-04-29
5
-0
/
+0
*
Include sub-resources example
David Heinemeier Hansson
2007-04-29
1
-2
/
+4
*
Updated initializer to only load #{RAILS_ENV}.rb once. Added deprecation warn...
Nicholas Seckar
2007-04-29
2
-0
/
+15
*
change #custom_headers to just #headers [Rick]
Rick Olson
2007-04-29
4
-19
/
+19
*
Add support for setting custom headers per ActiveResource model [Rick]
Rick Olson
2007-04-29
6
-24
/
+70
*
Start in irb mode if possible
David Heinemeier Hansson
2007-04-29
1
-1
/
+1
*
Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...
David Heinemeier Hansson
2007-04-28
29
-1597
/
+69
*
Added find-by-path options to ActiveResource::Base.find [DHH]
David Heinemeier Hansson
2007-04-27
4
-8
/
+36
*
Added map.namespace to deal with the common situation of admin sections and t...
David Heinemeier Hansson
2007-04-27
3
-5
/
+69
*
Added test case for overwritting the name prefix
David Heinemeier Hansson
2007-04-27
1
-0
/
+20
*
Name prefix should nest like path prefix
David Heinemeier Hansson
2007-04-27
2
-2
/
+2
*
Actually make the name_prefix work like the previous checkin said it would
David Heinemeier Hansson
2007-04-27
2
-17
/
+25
*
Added :has_many and :has_one for declaring plural and singular resources bene...
David Heinemeier Hansson
2007-04-26
3
-5
/
+76
*
Added support for using classes from within a single nested module [DHH]
David Heinemeier Hansson
2007-04-26
3
-5
/
+47
*
Added load_attributes_from_response as a way of loading attributes from other...
David Heinemeier Hansson
2007-04-26
2
-4
/
+18
*
The find should instantiate real objects, not return hashes
David Heinemeier Hansson
2007-04-26
2
-3
/
+6
*
Added support for calling custom methods #6979 [rwdaigle]
David Heinemeier Hansson
2007-04-26
7
-1
/
+212
*
Pull file from xml value only if it's a Hash. Closes #8190.
Jeremy Kemper
2007-04-26
2
-2
/
+8
*
XML values can be nil
David Heinemeier Hansson
2007-04-26
1
-1
/
+1
*
Improve Performance of calling create on has_many :through associations by av...
Michael Koziarski
2007-04-26
3
-9
/
+21
*
Resource scaffolding returns the created entity.to_xml.
Jeremy Kemper
2007-04-25
2
-6
/
+8
*
Resource scaffolding responds to new.xml. Closes #8185.
Jeremy Kemper
2007-04-25
2
-0
/
+8
*
Added parsing of file type in Hash.xml_in so you can easily do file uploads w...
David Heinemeier Hansson
2007-04-25
3
-13
/
+76
*
Include default route for formats
David Heinemeier Hansson
2007-04-24
1
-2
/
+3
*
Don't require AWS test_invoke in railties test helper [blaine]
David Heinemeier Hansson
2007-04-24
1
-1
/
+0
*
Added that render :xml will try to call to_xml if it can [DHH]
David Heinemeier Hansson
2007-04-24
4
-11
/
+31
*
Removed default WSDL route now that AWS is debundled from Rails
David Heinemeier Hansson
2007-04-24
1
-3
/
+0
*
Added :location option to render so that the common pattern of rendering a re...
David Heinemeier Hansson
2007-04-24
3
-8
/
+21
*
Improved performance by relying less on exception raising #8159 [Blaine]
David Heinemeier Hansson
2007-04-24
4
-7
/
+17
*
dont bother merging in prefix_options
Rick Olson
2007-04-24
1
-1
/
+1
*
why oh why do i always forget to save the changelog
Rick Olson
2007-04-24
1
-1
/
+1
*
Remove explicit prefix_options parameter for ActiveResource::Base#initialize....
Rick Olson
2007-04-24
3
-24
/
+98
*
Include Active Resource in rails:freeze:edge rake task
Thomas Fuchs
2007-04-24
2
-1
/
+3
*
Stringify rendered text unless it's a Proc object for streaming.
Jeremy Kemper
2007-04-24
1
-1
/
+1
*
Expect string response body.
Jeremy Kemper
2007-04-24
1
-1
/
+1
[prev]
[next]