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
path:
root
/
actionpack
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Moved template handlers related code from ActionView::Base to ActionView::Tem...
Pratik Naik
2008-03-05
1
-0
/
+2
*
Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow]
Pratik Naik
2008-03-05
1
-0
/
+2
*
Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick]
Michael Koziarski
2008-03-03
1
-0
/
+2
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
1
-0
/
+2
*
Added that requests with JavaScript as the priority mime type in the accept h...
David Heinemeier Hansson
2008-02-29
1
-0
/
+2
*
Tests for distance_of_time_in_words with TimeWithZone instances. Closes #1091...
Geoff Buesing
2008-02-16
1
-0
/
+2
*
remove support for ampersand-delimited cookie values
Jamis Buck
2008-02-12
1
-0
/
+2
*
Fix problem with render :partial collections, records, and locals. #11057 [lo...
Marcel Molina
2008-02-08
1
-0
/
+2
*
Added support for naming concrete classes in sweeper declarations [DHH]
David Heinemeier Hansson
2008-02-07
1
-0
/
+2
*
Remove ERB trim variables from trace template in case ActionView::Base.erb_tr...
Rick Olson
2008-02-07
1
-0
/
+2
*
Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers]
Rick Olson
2008-02-07
1
-0
/
+2
*
Fix bug with setting Request#format= after the getter has cached the value. C...
Rick Olson
2008-02-07
1
-0
/
+2
*
Correct inconsistencies in RequestForgeryProtection docs. #11032 [mislav]
Rick Olson
2008-02-06
1
-0
/
+2
*
Introduce a Template class to ActionView. Closes #11024 [lifofifo]
Michael Koziarski
2008-02-06
1
-0
/
+2
*
Introduce the :index option for form_for and fields_for to simplify multi-mod...
Jeremy Kemper
2008-02-02
1
-0
/
+2
*
Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource na...
Jeremy Kemper
2008-02-02
1
-0
/
+2
*
TestSession supports indifferent access. Closes #7372.
Jeremy Kemper
2008-02-02
1
-0
/
+2
*
Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer]
Michael Koziarski
2008-01-30
1
-0
/
+3
*
Make it simpler to make the root route an alias for another route. Closes #...
Michael Koziarski
2008-01-26
1
-0
/
+5
*
Handle corner case with image_tag when passed 'messed up' image names. Closes...
Michael Koziarski
2008-01-25
1
-0
/
+2
*
Add label_tag helper for generating elements. Closes #10802 [DefV]
Michael Koziarski
2008-01-21
1
-0
/
+2
*
missing changelog for [8683]
Michael Koziarski
2008-01-21
1
-0
/
+2
*
Revert r8669 for now, breaks Action Mailer. Reopens #10800.
Jeremy Kemper
2008-01-19
1
-2
/
+0
*
Performance: optimize route recognition. Large speedup for apps with many res...
Jeremy Kemper
2008-01-19
1
-0
/
+2
*
Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
Jeremy Kemper
2008-01-19
1
-0
/
+2
*
Make render :partial recognise form builders and use the _form partial. Clos...
Michael Koziarski
2008-01-16
1
-0
/
+2
*
Allow users to declare other namespaces when using the atom feed helpers. Clo...
Michael Koziarski
2008-01-13
1
-0
/
+2
*
Introduce send_file :x_sendfile => true to send an X-Sendfile response header.
Jeremy Kemper
2008-01-11
1
-0
/
+2
*
Fixed ActionView::Helpers::ActiveRecordHelper::form for when protect_from_for...
David Heinemeier Hansson
2008-01-11
1
-0
/
+2
*
Provide a nicer way to access headers. request.headers["Content-Type"] inste...
Michael Koziarski
2008-01-11
1
-0
/
+2
*
UrlWriter respects relative_url_root. Closes #10748.
Jeremy Kemper
2008-01-10
1
-0
/
+2
*
The asset_host block takes the controller request as an optional second argum...
Jeremy Kemper
2008-01-06
1
-0
/
+2
*
Support render :text => nil. Closes #6684.
Jeremy Kemper
2008-01-06
1
-0
/
+2
*
assert_response failures include the exception message. Closes #10688.
Jeremy Kemper
2008-01-05
1
-0
/
+2
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
1
-0
/
+6
*
Made fragment caching in views work for rjs and builder as well (closes #6642...
David Heinemeier Hansson
2008-01-03
1
-0
/
+2
*
Fixed rendering of partials with layout when done from site layout (closes #9...
David Heinemeier Hansson
2008-01-03
1
-0
/
+2
*
Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay]
Rick Olson
2008-01-02
1
-0
/
+7
*
Correct indentation in a couple spots. Closes #10671 [l.guidi, rick]
Rick Olson
2008-01-02
1
-0
/
+2
*
Fix that auto_link looks for ='s in url paths (Amazon urls have them). Close...
Rick Olson
2007-12-28
1
-0
/
+2
*
Ensure that test case setup is run even if overridden. Closes #10382.
Jeremy Kemper
2007-12-28
1
-0
/
+2
*
Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes ...
Rick Olson
2007-12-23
1
-0
/
+2
*
Add :default option to time_zone_select. Closes #10590.
Jeremy Kemper
2007-12-21
1
-0
/
+5
*
Added delete_via_redirect and put_via_redirect to integration testing (closes...
David Heinemeier Hansson
2007-12-17
1
-0
/
+2
*
Allow headers[Accept] to be set by hand when calling xml_http_request (closes...
David Heinemeier Hansson
2007-12-17
1
-0
/
+2
*
Added OPTIONS to list of default accepted HTTP methods (closes #10449) [holoway]
David Heinemeier Hansson
2007-12-17
1
-0
/
+2
*
Added option to pass proc to ActionController::Base.asset_host for maximum co...
David Heinemeier Hansson
2007-12-16
1
-0
/
+10
*
Prepare for 2.0.2 release
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
More changelog updates
Jeremy Kemper
2007-12-15
1
-2
/
+2
*
Fixed that ActionView#file_exists? would be incorrect if @first_render is set...
David Heinemeier Hansson
2007-12-14
1
-0
/
+2
[prev]
[next]