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.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert "Remove `:disable_with` in favor of `'data-disable-with'` opti...
José Valim
2012-05-15
1
-0
/
+4
*
Revert "Remove `:disable_with` in favor of `'data-disable-with'` option from ...
José Valim
2012-05-15
1
-4
/
+0
*
Remove `:disable_with` in favor of `'data-disable-with'` option from `submit_...
Carlos Galdino + Rafael Mendonça França
2012-05-14
1
-0
/
+4
*
Remove `:mouseover` option from `image_tag` helper.
Rafael Mendonça França
2012-05-13
1
-1
/
+3
*
`:include_blank` should be true if the size option is nil
Rafael Mendonça França
2012-05-13
1
-1
/
+1
*
Merge pull request #6225 from acapilleri/select_with_required_true_include_fi...
Rafael Mendonça França
2012-05-13
1
-0
/
+3
|
\
|
*
Changed the changelog and documentation about
Angelo Capilleri
2012-05-13
1
-0
/
+3
*
|
mispelling error in actionpach changelog
angelo giovanni capilleri
2012-05-12
1
-1
/
+1
*
|
Copy literal route constraints to defaults - fixes #3571 and #6224.
Andrew White
2012-05-11
1
-0
/
+5
|
/
*
Update actionpack/CHANGELOG.md
José Valim
2012-05-06
1
-1
/
+5
*
Allows assert_redirected_to to accept a regular expression
Andy Lindeman
2012-05-03
1
-0
/
+2
*
Add CHANGELOG entry
Santiago Pastorino
2012-05-02
1
-0
/
+2
*
Replace boolean argument with an options hash.
Dmitriy Kiriyenko
2012-04-30
1
-0
/
+3
*
Remove `button_to_function` and `link_to_function` helpers
Rafael Mendonça França
2012-04-30
1
-0
/
+2
*
Add changelog entry and some docs for collection + layout
Carlos Antonio da Silva
2012-04-29
1
-0
/
+3
*
Add changelog entry for jsonp mimetype change, fix failing test
Carlos Antonio da Silva
2012-04-29
1
-0
/
+2
*
Lazy load `default_form_builder` if it's passed as a string
Piotr Sarnacki
2012-04-28
1
-0
/
+2
*
Merge session arg with existing session instead of overwriting
Andrew White
2012-04-28
1
-0
/
+7
*
Update Rails 3.2.3 release date in changelogs as March 30, 2012
Michael de Silva
2012-04-16
1
-1
/
+1
*
Add index method to FormBuilder. Useful when you use field_for and need to kn...
Jorge Bejar
2012-04-11
1
-0
/
+2
*
Remove the leading \n added by textarea on assert_select
Santiago Pastorino
2012-03-30
1
-0
/
+2
*
config.action_view.embed_authenticity_token_in_remote_forms is true by default
Piotr Sarnacki
2012-03-28
1
-0
/
+5
*
Added config.action_view.embed_authenticity_token_in_remote_forms
Piotr Sarnacki
2012-03-28
1
-0
/
+2
*
Update the guides and CHANGELOG
Rafael Mendonça França
2012-03-17
1
-2
/
+4
*
Do not include the authenticity token in forms where remote: true as ajax for...
David Heinemeier Hansson
2012-03-14
1
-0
/
+5
*
Remove --http.
José Valim
2012-03-14
1
-2
/
+0
*
Add API apps CHANGELOG entry
Santiago Pastorino
2012-03-14
1
-0
/
+2
*
fix typo in AP CHANGELOG [ci skip]
Vasiliy Ermolovich
2012-03-13
1
-1
/
+1
*
add 'include_hidden' option to select tag, closes #5402
Vasiliy Ermolovich
2012-03-13
1
-0
/
+2
*
Documented the removal of size from text_field based helpers and cols, rows f...
Philip Arndt
2012-03-12
1
-0
/
+4
*
Minor changelog fixes [ci skip]
Vijay Dev
2012-03-09
1
-1
/
+1
*
Fix my name in the CHANGELOG to follow the convention
Rafael Mendonça França
2012-03-09
1
-10
/
+16
*
fix incorrect changelog headings [ci skip].
Vijay Dev
2012-03-09
1
-12
/
+13
*
changelog updates for Rails 4 [ci skip]
Vijay Dev
2012-03-09
1
-0
/
+12
*
Adds line to change log and update documentation.
Sergio Arbeo
2012-03-07
1
-0
/
+2
*
document the shortcut to the root route helper [ci skip]
Vijay Dev
2012-03-05
1
-0
/
+2
*
Add release dates to documentation
claudiob
2012-03-01
1
-3
/
+3
*
Update changelogs with rails 3.0-stable branch info
Paco Guzman
2012-02-25
1
-2
/
+125
*
uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...
Xavier Noria
2012-02-24
1
-0
/
+4
*
Update documentation for force_ssl - closes #5023.
Andrew White
2012-02-23
1
-0
/
+12
*
updates CHANGELOGs to register changes in 002713c
Xavier Noria
2012-02-22
1
-0
/
+11
*
Integration tests support the OPTIONS http method
Jeremy Kemper
2012-02-19
1
-0
/
+2
*
let expires_in accept a must_revalidate flag
Xavier Noria
2012-02-17
1
-0
/
+3
*
Add HTML5 input[type="date"] helper
Olek Janiszewski
2012-02-12
1
-0
/
+2
*
Highlight defaults to HTML5 `mark` element
Brian Cardarella
2012-02-05
1
-0
/
+3
*
Add *_url helpers to get the full assets URL
Prem Sichanugrist
2012-02-04
1
-0
/
+4
*
Fix override API response bug in respond_with
Prem Sichanugrist
2012-02-03
1
-0
/
+2
*
Remove default class to collection_check_boxes and
Rafael Mendonça França
2012-02-02
1
-4
/
+4
*
Add changelog, docs and guides entries
Carlos Antonio da Silva
2012-02-02
1
-1
/
+37
*
Replicate :form html5 attribute to hidden field for check_box
Carlos Antonio da Silva
2012-02-02
1
-0
/
+3
[next]