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
...
*
added shorthand support for routes like /projects/status(.:format)
Diego Carrion
2010-04-17
1
-0
/
+2
*
Changed translate helper so that it doesn’t mark every translation as safe ...
Craig Davey
2010-04-13
1
-0
/
+5
*
Update changelogs for release
David Heinemeier Hansson
2010-04-13
1
-1
/
+1
*
form_for :as rubydoc and tidy up a bit the form_for doc
Santiago Pastorino
2010-04-10
1
-0
/
+2
*
Update versions (otherwise you install a gem from source as beta3 but interna...
José Valim
2010-04-10
1
-0
/
+6
*
Dial back from 'namespace :controller => ...' to 'scope :module => ...'
Jeremy Kemper
2010-04-09
1
-14
/
+4
*
Routes can be selectively namespaced by path or controller module
Jeremy Kemper
2010-04-09
1
-1
/
+18
*
adds an entry for #favicon_link_tag in AP's CHANGELOG
Xavier Noria
2010-04-09
1
-0
/
+2
*
Fixed that default locale templates should be used if the current locale temp...
Carl Lerche
2010-04-08
1
-0
/
+2
*
Revert "adds #favicon_link_tag and #apple_touch_icon_link_tag" -- these tags ...
David Heinemeier Hansson
2010-04-08
1
-2
/
+0
*
adds #favicon_link_tag and #apple_touch_icon_link_tag to AP's CHANGELOG
Xavier Noria
2010-04-07
1
-0
/
+2
*
Merge branch 'master' of github.com:rails/rails
David Heinemeier Hansson
2010-04-05
1
-3
/
+3
|
\
|
*
Include author in changelog
wycats
2010-04-05
1
-3
/
+3
*
|
Added all the new HTML5 form types as individual form tag methods (search, ur...
David Heinemeier Hansson
2010-04-05
1
-0
/
+3
|
/
*
* Change the object used in routing constraints to be an instance of
wycats
2010-04-03
1
-0
/
+15
*
Release is today, yo
David Heinemeier Hansson
2010-04-01
1
-1
/
+2
*
Updated changelogs to differentiate beta1 and beta2
wycats
2010-04-01
1
-1
/
+3
*
Updated changelogs
wycats
2010-04-01
1
-259
/
+287
*
Fixed that PrototypeHelper#update_page should return html_safe [DHH]
David Heinemeier Hansson
2010-01-08
1
-0
/
+2
*
Fixed that much of DateHelper wouldn't return html_safe? strings [DHH]
David Heinemeier Hansson
2010-01-08
1
-0
/
+2
*
Fixed that fragment caching should return a cache hit as html_safe (or it wou...
David Heinemeier Hansson
2010-01-07
1
-0
/
+2
*
Added that ActionController::Base now does helper :all instead of relying on ...
David Heinemeier Hansson
2010-01-03
1
-0
/
+2
*
Added ActionDispatch::Request#authorization to access the http authentication...
David Heinemeier Hansson
2009-12-20
1
-0
/
+2
*
Added alert/notice from 2-3-stable and refactored redirect_to into just livin...
David Heinemeier Hansson
2009-12-17
1
-0
/
+12
*
Introduce grouped_collection_select helper.
codeape
2009-08-09
1
-0
/
+2
*
Make sure javascript_include_tag/stylesheet_link_tag does not append ".js" or...
Matthew Rudy Jacobs
2009-08-05
1
-0
/
+2
*
Ruby 1.9: fix Content-Length for multibyte send_data streaming
Sava Chankov
2009-08-01
1
-0
/
+2
*
Ruby 1.9: ERB template encoding using a magic comment at the top of the file
Jeremy Kemper
2009-05-28
1
-0
/
+3
*
Missing CHANGELOG entry for 4a6f4b92ad2f
Pratik Naik
2009-05-19
1
-0
/
+5
*
Changelog
Bryan Helmkamp
2009-05-16
1
-0
/
+2
*
Don't check authenticity tokens for any AJAX requests
Ross Kaffenburger and Bryan Helmkamp
2009-04-15
1
-0
/
+2
*
Fix for TestResponse.cookies returning cookies unescaped [#1867 state:resolved]
Doug McInnes
2009-04-07
1
-0
/
+5
*
Prepare for final 2.3 release
David Heinemeier Hansson
2009-03-15
1
-4
/
+1
*
Add a missing CHANGELOG entry
Pratik Naik
2009-03-10
1
-0
/
+2
*
Fixed that redirection would just log the options, not the final url (which l...
David Heinemeier Hansson
2009-03-05
1
-0
/
+2
*
Release RC2 today
David Heinemeier Hansson
2009-03-05
1
-1
/
+1
*
Added ability to pass in :public => true to fresh_when, stale?, and expires_i...
Gregg Pollack
2009-02-28
1
-0
/
+2
*
So it didnt happen yesterday, but very soon! Just need the final details iron...
David Heinemeier Hansson
2009-02-28
1
-1
/
+1
*
Prep for RC2 later today
David Heinemeier Hansson
2009-02-27
1
-1
/
+1
*
Pass a custom form builder on to nested fields_for calls. [#2023 status:commi...
Eloy Duran
2009-02-27
1
-0
/
+2
*
Added partial scoping to TranslationHelper#translate, so if you call translat...
David Heinemeier Hansson
2009-02-10
1
-0
/
+2
*
Added tests from Andrew Whites fix [#1385 state:committed]
David Heinemeier Hansson
2009-02-05
1
-0
/
+2
*
Added localized rescue (404.da.html) [#1835 state:committed]
José Valim
2009-02-02
1
-0
/
+5
*
Mark CHANGELOGs for release
David Heinemeier Hansson
2009-02-01
1
-1
/
+1
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-0
/
+12
*
Added grouped_options_for_select helper method for wrapping option tags in op...
Jon Crawford
2009-01-29
1
-0
/
+2
*
Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, ...
Gregg Kellogg
2009-01-29
1
-0
/
+21
*
Improve i18n support for number_to_human_size helper:
Yaroslav Markin
2009-01-27
1
-0
/
+13
*
Added :silence option to BenchmarkHelper#benchmark and turned log_level into ...
David Heinemeier Hansson
2009-01-01
1
-0
/
+2
*
Fixed the AssetTagHelper cache to use the computed asset host as part of the ...
David Heinemeier Hansson
2009-01-01
1
-0
/
+2
[prev]
[next]