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
/
lib
/
action_view
/
helpers
/
active_model_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix adding field_with_errors to date selects, closes #3487
Vasiliy Ermolovich
2011-12-20
1
-5
/
+0
*
Start cleanup of deprecations in ActionView
Carlos Antonio da Silva
2010-09-06
1
-23
/
+0
*
Do not wrap hidden fields with error proc [#4962 state:resolved]
Carlos Antonio da Silva
2010-06-25
1
-2
/
+16
*
Action View is now titled.
Rizwan Reza
2010-06-21
1
-0
/
+1
*
Base options cant live in lazy loaded helpers as they then wont be available ...
David Heinemeier Hansson
2010-05-31
1
-7
/
+0
*
refactor evals and adds some __FILE__ and __LINE__
Santiago Pastorino
2010-05-20
1
-1
/
+1
*
Rename fieldWithErrors style to field_with_errors. Remove unused alert style.
Jeremy Kemper
2010-04-24
1
-1
/
+1
*
Move verification to a plugin as well: http://github.com/rails/verification.git
José Valim
2010-04-10
1
-2
/
+2
*
Remove input, form, error_messages_for and error_message_on from the framewor...
José Valim
2010-04-10
1
-265
/
+20
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
1
-1
/
+1
*
html_tag option to wrap error_message_on text [#4283 state:resolved]
Paco Guzman
2010-03-28
1
-9
/
+12
*
Missing require
wycats
2010-03-27
1
-0
/
+1
*
Fixes a bug where error_messages_for was returning an empty div [#4048 state:...
wycats
2010-03-27
1
-1
/
+1
*
Recovers error_messages for ActiveRecordInstanceTag. [#4078 state:resolved]
Daniel Rodríguez Troitiño
2010-03-27
1
-0
/
+4
*
Making escaped things more readable
Santiago Pastorino
2010-03-14
1
-1
/
+1
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-3
/
+5
*
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...
José Valim
2010-02-21
1
-2
/
+2
*
Explicit html_escape removed when not needed
Santiago Pastorino and José Ignacio Costa
2010-02-14
1
-2
/
+2
*
content_tag should escape its input
Bruno Michel
2010-02-14
1
-3
/
+3
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-6
/
+5
*
errors in ActionView should not be namespaced as well.
José Valim
2010-01-07
1
-1
/
+1
*
Fix error_messages_for when instance variable names are given.
José Valim
2009-10-21
1
-6
/
+6
*
Bring agnosticism to error_messages_for.
José Valim
2009-10-17
1
-6
/
+10
*
error procs have to be safe too
Michael Koziarski
2009-10-08
1
-1
/
+1
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-0
/
+1
*
Ruby 1.9.2: implicit argument passing of super from method defined by define_...
Jeremy Kemper
2009-08-07
1
-3
/
+1
*
Add support for error_messages_for(@obj)
Yehuda Katz
2009-07-28
1
-6
/
+24
*
Rename ActiveRecordHelper to ActiveModelHelper
Yehuda Katz
2009-07-20
1
-0
/
+285