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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'mainstream/master'
Pratik Naik
2008-05-25
2
-2
/
+3
|
\
|
*
Fix auto_link helper for already linked urls. [#72 state:resolved]
Kevin Glowacz
2008-05-22
2
-2
/
+3
*
|
Consistently use "rake foo:bar" instead of 'rake foo:bar', `rake foo:bar` or ...
Henrik N
2008-05-23
1
-1
/
+1
*
|
overall cleanup of "#=>" and other minor details
Xavier Noria
2008-05-23
2
-9
/
+8
*
|
fixed indentation in description lists
Xavier Noria
2008-05-23
1
-59
/
+56
*
|
fixed indentation in description list
Xavier Noria
2008-05-23
1
-3
/
+3
*
|
Merge commit 'mainstream/master'
Pratik Naik
2008-05-22
4
-1
/
+15
|
\
|
|
*
Parentheses should be acceptable characters for auto_link_urls. [#234 state:r...
Adam
2008-05-22
2
-1
/
+2
|
*
Improve check_box_checked? to use include? for Array values. [#193 state:reso...
Erkki Eilonen
2008-05-21
2
-0
/
+13
*
|
gsub("ActionPack", "Action Pack")
Xavier Noria
2008-05-21
1
-1
/
+1
*
|
gsub("ActionController", "Action Controller")
Xavier Noria
2008-05-21
1
-1
/
+1
*
|
gsub("ActiveRecord", "Active Record")
Xavier Noria
2008-05-21
5
-6
/
+7
*
|
revised conventions and minor details in scriptaculous_helper.rb
Xavier Noria
2008-05-21
1
-84
/
+82
*
|
revised conventions in cookie.rb
Xavier Noria
2008-05-21
1
-18
/
+17
*
|
revised font of constants in Action View
Xavier Noria
2008-05-21
1
-1
/
+1
*
|
revised font of constants in Action View
Xavier Noria
2008-05-21
2
-5
/
+5
*
|
revised case of constants in Action Controller
Xavier Noria
2008-05-21
7
-15
/
+15
*
|
Merge commit 'mainstream/master'
Pratik Naik
2008-05-20
17
-48
/
+114
|
\
|
|
*
Ruby 1.9 compat: ensure binary encoding for post body parsing
Jeremy Kemper
2008-05-19
6
-17
/
+40
|
*
Ruby 1.9 compat: qualify module name within module_evaled block
Jeremy Kemper
2008-05-19
1
-1
/
+1
|
*
Test for assert_response for failure response without an exception. [#141 sta...
Chris Hapgood
2008-05-19
1
-0
/
+14
|
*
Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]
José Valim
2008-05-19
2
-21
/
+34
|
*
Ensure observe_field encodes value parameter. [#216 state:resolved]
Frederick Cheung
2008-05-19
2
-3
/
+3
|
*
InstanceTag#default_time_from_options overflows to DateTime
gbuesing
2008-05-18
3
-1
/
+9
|
*
time_zone_select docs: explain priority zones option. Add example showing a c...
gbuesing
2008-05-18
1
-0
/
+8
|
*
Deprecate ActionView::Base.cache_template_extensions
Pratik Naik
2008-05-17
1
-5
/
+5
*
|
gsub("css", "CSS") and assorted improvements
Xavier Noria
2008-05-19
2
-13
/
+13
*
|
#method vs +method+ in Action View
Xavier Noria
2008-05-19
4
-39
/
+38
*
|
#method vs +method+ in Action Controller
Xavier Noria
2008-05-19
7
-49
/
+49
*
|
gsub("xml", "XML")
Xavier Noria
2008-05-19
1
-1
/
+1
*
|
gsub("http", "HTTP")
Xavier Noria
2008-05-19
3
-8
/
+8
*
|
small touches to the form_for docs revision
Xavier Noria
2008-05-17
1
-3
/
+3
*
|
major revision of form_for documentation
Xavier Noria
2008-05-17
1
-35
/
+54
|
/
*
Merge documentation changes from docrails.
Pratik Naik
2008-05-16
3
-33
/
+116
*
Ensure routing generator works with non-string keys. [#172 state:resolved]
Sven Fuchs
2008-05-16
2
-1
/
+8
*
auto_link helper fails to recognize links separated by space. [#72 state:reso...
Eugene Pimenov
2008-05-16
2
-1
/
+2
*
Adding an example test case for pluralize for (y) -> (ies)
Robby Russell
2008-05-14
1
-0
/
+2
*
Don't fallback to just adding "'s" in TextHelper#pluralize, because the Infle...
Joshua Peek
2008-05-14
2
-93
/
+73
*
One last fix to test_filter_parameters_is_protected.
Joshua Peek
2008-05-14
1
-1
/
+1
*
Prefer string core_ext inflector methods over directly accessing Inflector.
Joshua Peek
2008-05-14
1
-3
/
+3
*
Clean up previously commited test.
Joshua Peek
2008-05-14
1
-2
/
+2
*
Improve test coverage for filter_parameters [José Valim]
Joshua Peek
2008-05-14
1
-3
/
+3
*
Protect #filter_parameters created by filter_parameter_logging [José Valim] ...
Joshua Peek
2008-05-14
2
-32
/
+39
*
Added conditional support to caches_action [José Valim] [#166 state:resolved]
Joshua Peek
2008-05-14
2
-31
/
+86
*
make CGI::Cookie handle deleting a cookie properly
Rich Cavanaugh
2008-05-13
2
-1
/
+2
*
Fix remote_function to escape apostrophes inside the remote url passed to Aja...
Andre Arko
2008-05-13
2
-1
/
+6
*
Merge branch 'master' of git@github.com:rails/rails
rick
2008-05-13
22
-29
/
+112
|
\
|
*
Don't double-escape cookie store data. Don't split cookie values with newline...
Rich Cavanaugh
2008-05-12
4
-6
/
+26
|
*
Simpler rescue_action condition
Jeremy Kemper
2008-05-12
1
-4
/
+2
|
*
Updated copyright years
David Heinemeier Hansson
2008-05-11
7
-7
/
+7
[next]