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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add method fields_for_with_index to FormHelper
Jorge Bejar
2011-05-21
1
-0
/
+19
*
Example Usage updated for actionpack and actionmailer.
Arun Agrawal
2011-05-19
1
-2
/
+2
*
Merge pull request #568 from carlosantoniodasilva/fields_for_fixes
José Valim
2011-05-15
1
-36
/
+26
|
\
|
*
Use record_name to make fields for methods more consistent
Carlos Antonio da Silva
2011-05-14
1
-6
/
+6
|
*
Refactor fields_for to make the api more clear, and fix usage with non nested...
Carlos Antonio da Silva
2011-05-14
1
-26
/
+19
|
*
Cleanup instantiate builder method definition
Carlos Antonio da Silva
2011-05-14
1
-5
/
+2
*
|
Clean up redundant backslashes
Pirogov Evgenij
2011-05-14
1
-4
/
+4
|
/
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-14
7
-84
/
+91
|
\
|
*
Follow code conventions on docs
Sebastian Martinez
2011-05-10
1
-2
/
+2
|
*
Fix styiling issues on DateHelper docs
Sebastian Martinez
2011-05-10
1
-64
/
+70
|
*
Fix styiling issues on AtomFeedHelper docs
Sebastian Martinez
2011-05-10
1
-4
/
+4
|
*
Remove extra whitespace.
Sebastian Martinez
2011-05-10
1
-1
/
+1
|
*
Fix styiling issue on TranslationHelper docs
Sebastian Martinez
2011-05-10
1
-4
/
+4
|
*
Explain the implication of using :ignore_date on time_select
Aditya Sanghi
2011-05-10
1
-1
/
+2
|
*
Fixed typos in documentation for the date_select helper in actionpack/action_...
Philip Roberts
2011-05-09
1
-1
/
+1
|
*
Documentation fix. Corrected a copy/paste mistake for link_to_if documentation.
Ryan Sandridge
2011-05-08
1
-1
/
+1
|
*
Fixed documentation of select tag; options with html need to pass through htm...
Jason
2011-05-08
1
-6
/
+6
*
|
Add tests for content_for() for read, closes #475.
José Valim
2011-05-10
1
-2
/
+6
*
|
Merge pull request #343 from asanghi/ampm
José Valim
2011-05-07
1
-4
/
+30
|
\
\
|
*
|
DRY this baby up
Aditya Sanghi
2011-04-29
1
-23
/
+4
|
*
|
add more documentation; remove unused assignment
Aditya Sanghi
2011-04-29
1
-4
/
+14
|
*
|
Allow AM/PM in datetime selectors
Aditya Sanghi
2011-04-29
1
-0
/
+35
*
|
|
strip space
Aditya Sanghi
2011-05-06
1
-2
/
+2
*
|
|
Take leap years into account more seriously when calculating year distance [#...
Aditya Sanghi
2011-05-06
1
-3
/
+14
|
|
/
|
/
|
*
|
More AV::Base cleanup.
José Valim
2011-05-04
1
-0
/
+21
*
|
Merge pull request #378 from danielvlopes/master.
José Valim
2011-05-03
1
-6
/
+16
|
\
\
|
*
|
fix select_tag to have the same behavior of select
Daniel Lopes
2011-05-03
1
-6
/
+16
*
|
|
Add a shared entry point for AV and AC render which can be used as extension ...
José Valim
2011-05-03
1
-3
/
+1
|
/
/
*
|
No need for a regexp here.
José Valim
2011-05-03
3
-5
/
+5
*
|
removing auto_link and moving it to the rails_autolink gem. :bomb:
Aaron Patterson
2011-05-02
1
-125
/
+0
*
|
Tidy up pending TODOs after discussion with Mr. Gatoz (@wycats).
José Valim
2011-05-01
1
-0
/
+92
*
|
More cleanup and moving responsibilities around.
José Valim
2011-05-01
1
-3
/
+3
*
|
Remove dependency from _template.
José Valim
2011-05-01
2
-3
/
+3
*
|
Start abstracting the renderer.
José Valim
2011-05-01
1
-0
/
+5
*
|
Prototype and Scriptaculous are no longer vendored, but provided by prototype...
Xavier Noria
2011-04-30
1
-4
/
+3
|
/
*
Merged pull request #327 from dcrec1/master.
José Valim
2011-04-28
1
-3
/
+6
|
\
|
*
added a :prefix option to number_to_human_size
Diego Carrion
2011-04-27
1
-3
/
+6
*
|
Allow a label with the value option to have value-specific translations.
Jason Garber
2011-04-27
1
-1
/
+2
|
/
*
Merged pull request #313 from chadk/master.
David Heinemeier Hansson
2011-04-26
1
-2
/
+2
|
\
|
*
moving check fo scheme-relative URI into is_uri?
Chad Krsek
2011-04-26
1
-9
/
+2
|
*
asset helpers should understand scheme-relative URLs
Chad Krsek
2011-04-26
1
-2
/
+9
|
*
Revert "asset helpers should understand scheme-relative URLs"
Chad Krsek
2011-04-25
1
-9
/
+2
|
*
asset helpers should understand scheme-relative URLs
Chad Krsek
2011-04-25
1
-2
/
+9
*
|
bump the i18n gem to 0.6.0beta1 and update docs for the i18n exception handle...
Sven Fuchs
2011-04-26
1
-3
/
+3
*
|
Merged pull request #277 from kuinak/master.
Aaron Patterson
2011-04-25
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
ruby 1.9.2 and other ruby implementations may not return the same hash value ...
Evan Petrie
2011-04-14
1
-1
/
+1
*
|
Remove HTML escaping from Record Tag Helper docs.
Semyon Perepelitsa
2011-04-22
1
-3
/
+3
*
|
Replace example hostname with "example.com".
Joost Baaij
2011-04-21
4
-20
/
+20
*
|
Actually add an abstract class, so it is easier to get rid of old asset paths...
José Valim
2011-04-19
4
-111
/
+136
*
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-04-19
5
-14
/
+16
|
\
\
[next]