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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-14
9
-94
/
+101
|
\
|
*
Follow code conventions on docs
Sebastian Martinez
2011-05-10
2
-7
/
+7
|
*
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
|
*
Fix styiling issue on ActionView::Template docs
Sebastian Martinez
2011-05-10
1
-5
/
+5
|
*
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
*
|
Optimize the most common resolver case.
José Valim
2011-05-09
2
-14
/
+27
*
|
No need for replace.
José Valim
2011-05-09
1
-12
/
+11
*
|
Revert to use === only here because of perf. :(
José Valim
2011-05-08
1
-3
/
+1
*
|
Merge pull request #420 from burke/master
José Valim
2011-05-08
2
-1
/
+5
|
\
\
|
*
|
Added activesupport requires for Array.wrap in previously modified files
Burke Libbey
2011-05-07
2
-0
/
+3
|
*
|
Remove redundant check for is_a?(String)
Burke Libbey
2011-05-06
2
-2
/
+2
|
*
|
Added a test for MissingTemplate change, and changed to use Array.wrap() as
Burke Libbey
2011-05-06
2
-2
/
+2
|
*
|
Made ActionView::MissingTemplate#initialize optionally accept a single string
Burke Libbey
2011-05-06
1
-0
/
+1
*
|
|
Always expand */*
José Valim
2011-05-07
1
-7
/
+4
*
|
|
Fixes ticket #6379. Improved the handling of Accept headers containing */*.
mathieuravaux
2011-05-07
1
-4
/
+7
*
|
|
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
|
|
/
|
/
|
*
|
Use remove possible method here.
José Valim
2011-05-04
1
-1
/
+2
*
|
More AV::Base cleanup.
José Valim
2011-05-04
3
-28
/
+52
*
|
Move prefixes to view paths as they are now a lookup context dependency.
José Valim
2011-05-04
1
-0
/
+2
*
|
restores the -j option, but now it accepts the name of any library
Xavier Noria
2011-05-04
1
-1
/
+1
*
|
Also allow prefixes as third argument to lookup context.
José Valim
2011-05-04
2
-3
/
+3
*
|
no @controller dependency in Renderers.
Nick Sutterer
2011-05-04
4
-18
/
+13
*
|
initialize prefixes in LookupContext.
Nick Sutterer
2011-05-04
1
-0
/
+1
*
|
added :prefixes accessor to LookupContext.
Nick Sutterer
2011-05-03
1
-0
/
+2
*
|
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
2
-3
/
+10
|
/
/
*
|
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
5
-99
/
+113
*
|
Streaming docs.
José Valim
2011-05-01
2
-41
/
+1
*
|
log errors when an exception happens when streaming.
José Valim
2011-05-01
2
-1
/
+18
*
|
Introduce view renderer.
José Valim
2011-05-01
3
-30
/
+25
*
|
Remove view dependency from AV::Renderer.
José Valim
2011-05-01
6
-74
/
+99
*
|
More cleanup and moving responsibilities around.
José Valim
2011-05-01
7
-106
/
+78
*
|
Remove more dependencies from the view.
José Valim
2011-05-01
4
-20
/
+18
*
|
Remove dependency from _template.
José Valim
2011-05-01
5
-18
/
+21
*
|
Start abstracting the renderer.
José Valim
2011-05-01
8
-279
/
+300
[prev]
[next]