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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-12-08
2
-2
/
+40
|
\
\
\
|
*
|
|
API reader should look elsewhere for helper instructions
Thiago Pinto
2012-12-06
1
-0
/
+24
|
*
|
|
complementary options guidelines for f.file_field and file_field_tag
Thiago Pinto
2012-12-06
2
-0
/
+8
|
*
|
|
adding example for f.file_input
Thiago Pinto
2012-12-06
1
-0
/
+3
|
*
|
|
adding example for f.file_input
Thiago Pinto
2012-12-06
1
-0
/
+3
|
*
|
|
correct bad jquery syntax
Thiago Pinto
2012-12-06
1
-2
/
+2
*
|
|
|
use `_action` instead of `_filter` callbacks
Francesco Rodriguez
2012-12-07
2
-8
/
+8
*
|
|
|
update documentation and code to use _action callbacks
Francesco Rodriguez
2012-12-07
2
-7
/
+7
*
|
|
|
fix prepend_before_filter documentation [ci skip]
Francesco Rodriguez
2012-12-07
1
-3
/
+3
*
|
|
|
Rename all action callbacks from *_filter to *_action
David Heinemeier Hansson
2012-12-07
1
-64
/
+86
|
|
/
/
|
/
|
|
*
|
|
Revert "Invert precedence of content in ActionDispatch::Static"
Andrew White
2012-12-07
1
-11
/
+7
*
|
|
Invert precedence of content in ActionDispatch::Static
Andrew White
2012-12-06
1
-7
/
+11
|
|
/
|
/
|
*
|
Merge pull request #8371 from freegenie/5396-conditional-fragment-caching
Rafael Mendonça França
2012-12-05
1
-1
/
+13
|
\
\
|
*
|
Allow fragment cache to accept :if and :unless options
Fabrizio Regini
2012-12-05
1
-1
/
+13
*
|
|
Merge pull request #8412 from JoeyButler/action_dispatch_routing_mapper_refac...
Rafael Mendonça França
2012-12-05
1
-18
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Extract method refactoring in ActionDispatch::Routing::SingletonResource.
Joey Butler
2012-12-05
1
-18
/
+14
*
|
|
Merge pull request #8404 from freegenie/filter_redirects
Andrew White
2012-12-05
4
-1
/
+40
|
\
\
\
|
*
|
|
Adding filter capability to ActionController logs
Fabrizio Regini
2012-12-05
4
-1
/
+40
|
|
|
/
|
|
/
|
*
/
|
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
2
-3
/
+3
|
/
/
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-12-04
22
-283
/
+232
|
\
\
|
*
|
copy edits [ci skip]
Vijay Dev
2012-12-04
4
-27
/
+18
|
*
|
Fix a typo in ActionController::Caching
Jean Boussier
2012-12-03
1
-2
/
+1
|
*
|
Remove nodoc from FlashHash #[]= [ci skip]
Pablo Torres
2012-12-01
1
-1
/
+1
|
*
|
Cleans and removes 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
2
-4
/
+0
|
*
|
Cleans and removes useless 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
6
-62
/
+44
|
*
|
Add documentation to AssetTagHelper#image_alt [ci skip]
Florent Guilleux
2012-12-01
1
-0
/
+3
|
*
|
Fixes wrong typo on FormHelper [ci skip]
Alvaro Pereyra
2012-12-01
1
-1
/
+1
|
*
|
Cleans documentation from Helpers [ci skip]
Alvaro Pereyra
2012-12-01
5
-121
/
+98
|
*
|
Revert "Remove trailing whitespaces"
Florent Guilleux
2012-12-01
2
-2
/
+2
|
*
|
Remove trailing whitespaces
Florent Guilleux
2012-12-01
2
-2
/
+2
|
*
|
Improves documentation of Capture helper [ci skip]
Alvaro Pereyra
2012-12-01
2
-14
/
+13
|
*
|
Removes :nodoc: tag on AtomFeedHelper [ci skip]
Alvaro Pereyra
2012-12-01
1
-3
/
+3
|
*
|
Removes unneeded 'Example' tags and whitespaces [ci skip]
Alvaro Pereyra
2012-12-01
1
-45
/
+42
|
*
|
nodoc AD & AV railties classes
Carlos Duclos
2012-12-01
2
-2
/
+2
|
*
|
Remove :nodoc from SanitizeHelper module [ci skip]
HPNeo
2012-12-01
1
-1
/
+1
|
*
|
Removes :nodoc: label [ci skip]
Alvaro Pereyra
2012-12-01
1
-1
/
+1
|
*
|
Improves documentation on favicon_link_tag
Alvaro Pereyra
2012-12-01
1
-14
/
+16
|
*
|
Update documentation for javascript_include_tag [ci skip]
HPNeo
2012-12-01
1
-10
/
+13
*
|
|
Fixed issue where routes with globs caused constraints on that glob to
Maura Fitzgerald
2012-12-04
1
-1
/
+1
|
|
/
|
/
|
*
|
Override <%== to always behave as literal text rather than toggling based on ...
Jeremy Kemper
2012-12-03
1
-0
/
+11
*
|
More descriptive error when rendering a partial with `:layout => true`
Yves Senn
2012-12-02
1
-1
/
+1
|
/
*
hash filters should be accessed with symbols or strings
Francesco Rodriguez
2012-11-30
1
-3
/
+5
*
added examples when options is string
Takehiro Adachi
2012-11-29
1
-3
/
+9
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
2
-121
/
+2
*
Merge pull request #8318 from Empact/fixture-file
Rafael Mendonça França
2012-11-27
1
-5
/
+7
|
\
|
*
Use File.join to better integrate fixture_path in fixture_file_upload.
Ben Woosley
2012-11-26
1
-5
/
+7
*
|
Cleanup CacheHelper changes allowing opt-out of cache digests
Drew Ulmer
2012-11-27
1
-2
/
+2
*
|
No sort Hash options in #grouped_options_for_select
Sergey Kojin
2012-11-27
1
-6
/
+4
*
|
Fix Strong Parameters docs.
Uģis Ozols
2012-11-27
1
-2
/
+1
*
|
unshift html-scanner into $LOAD_PATH rather than append
Akira Matsuda
2012-11-27
1
-1
/
+1
[prev]
[next]