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
*
Docfix (closes #10256)
David Heinemeier Hansson
2007-11-25
1
-2
/
+2
*
Improve error messages when providing a secret that is too short. Closes #10...
Michael Koziarski
2007-11-24
1
-4
/
+5
*
Document that the cookie store is the default session store. Mention the memc...
Jeremy Kemper
2007-11-22
2
-8
/
+17
*
Tests and fix for extension extraction. References #10130 [tarmo]
Michael Koziarski
2007-11-22
2
-2
/
+27
*
Make sure that cookie sessions use a secret that is at least 30 chars in leng...
Michael Koziarski
2007-11-21
4
-4
/
+40
*
Emphasize the importance of a dictionary attack-proof secret for the cookie s...
David Heinemeier Hansson
2007-11-21
1
-1
/
+4
*
Refactor cookie_only option to survive multiple requests and add regression t...
Michael Koziarski
2007-11-21
2
-3
/
+95
*
Ensure that the routing optimisation code isn't used when additional argument...
Michael Koziarski
2007-11-20
2
-6
/
+20
*
Remove unnecessary route reload in integration tests, obsoleted by [7676]. Cl...
Michael Koziarski
2007-11-19
1
-1
/
+0
*
Fixed that partial rendering should look at the type of the first render to d...
David Heinemeier Hansson
2007-11-18
2
-2
/
+12
*
Docfix (closes #10155)
David Heinemeier Hansson
2007-11-18
1
-2
/
+2
*
memoize host with port and refactor the tests which depend on it changing
Michael Koziarski
2007-11-17
3
-4
/
+12
*
Remove unneeded code to disable optimisations. the defined?(request) stuff t...
Michael Koziarski
2007-11-17
1
-3
/
+0
*
Only Benchmark and log if we're going to output the information.
Michael Koziarski
2007-11-14
1
-1
/
+1
*
Fix Tests broken in [8134]
Michael Koziarski
2007-11-14
1
-0
/
+2
*
Actually cache the template names.
Michael Koziarski
2007-11-14
1
-1
/
+1
*
Fixed that has_many :through associations should render as collections too (c...
David Heinemeier Hansson
2007-11-12
7
-3
/
+21
*
Prepare versions for RC1
David Heinemeier Hansson
2007-11-09
2
-3
/
+3
*
Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image s...
David Heinemeier Hansson
2007-11-07
3
-5
/
+21
*
Fixed handling of non-domain hosts (closes #9479) [purp]
David Heinemeier Hansson
2007-11-07
3
-2
/
+23
*
Standardize on using hyphens rather than colons to separate option names from...
Marcel Molina
2007-11-06
5
-26
/
+28
*
Fix syntax error in documentation example for cycle method. Closes #8735 [foca]
Marcel Molina
2007-11-06
2
-1
/
+3
*
Document :with option for link_to_remote. Closes #8765 [ryanb]
Marcel Molina
2007-11-06
2
-0
/
+10
*
Document :minute_step option for time_select. Closes #8814 [brupm]
Marcel Molina
2007-11-06
2
-0
/
+5
*
Explain how to use the :href option for link_to_remote to degrade gracefully ...
Marcel Molina
2007-11-06
2
-0
/
+13
*
Disambiguate :size option for text area tag. Closes #8955 [redbeard]
Marcel Molina
2007-11-06
2
-1
/
+3
*
Fix broken tag in assert_tag documentation. Closes #9037 [mfazekas]
Marcel Molina
2007-11-06
2
-3
/
+5
*
Add documentation for route conditions. Closes #9041 [innu, manfred]
Marcel Molina
2007-11-06
2
-0
/
+20
*
Fix typo left over from previous typo fix in url helper. Closes #9414 [Henrik N]
Marcel Molina
2007-11-06
2
-1
/
+3
*
Fixed that ActionController::CgiRequest#host_with_port() should handle standa...
David Heinemeier Hansson
2007-11-06
3
-3
/
+16
*
Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.
Sam Stephenson
2007-11-06
3
-29
/
+63
*
Minor documentation enhancements and white-space fixes. Closes #9819 [chuyeow]
Michael Koziarski
2007-11-06
1
-144
/
+144
*
Make rescue_from behave like rescue when dealing with subclasses. Closes #10...
Michael Koziarski
2007-11-06
2
-6
/
+210
*
Grammatical and whitespace fixes for form helper docs. Closes #10062 [chuyeow]
Michael Koziarski
2007-11-06
1
-43
/
+42
*
Add missing quote to send_file documentation. [developingchris] Closes #10078
Michael Koziarski
2007-11-05
1
-1
/
+1
*
Update profiler changelog for integration session script usage
Jeremy Kemper
2007-11-01
1
-0
/
+6
*
Profile an integration session instead of a single request
Jeremy Kemper
2007-11-01
1
-87
/
+58
*
Factor Integration::Runner behavior out of IntegrationTest. Introduce Session...
Jeremy Kemper
2007-11-01
2
-74
/
+87
*
Expose the cookie jar as a helper method (before the view would just get the ...
David Heinemeier Hansson
2007-10-31
2
-0
/
+6
*
compute_public_path behaves well with mailers also. Closes #10014.
Jeremy Kemper
2007-10-29
1
-6
/
+16
*
Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...
Rick Olson
2007-10-29
2
-13
/
+13
*
Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.
Jeremy Kemper
2007-10-27
3
-12
/
+15
*
Tested FormHelper#label. Closes #9850 [jarkko]
Jeremy Kemper
2007-10-27
2
-2
/
+10
*
Simplfy #view_paths implementation. ActionView templates get the exact objec...
Rick Olson
2007-10-26
3
-28
/
+49
*
Update tests for ActiveSupport's JSON escaping change. [rick]
Rick Olson
2007-10-26
5
-14
/
+20
*
FormHelper's auto_index should use #to_param instead of #id_before_type_cast....
Rick Olson
2007-10-26
3
-4
/
+7
*
Doc typo fixes for ActiveRecordHelper. Closes #9973 [mikong]
Marcel Molina
2007-10-26
2
-2
/
+4
*
Make example parameters in restful routing docs idiomatic. Closes #9993 [danger]
Marcel Molina
2007-10-26
2
-2
/
+4
*
Make documentation comment for mime responders match documentation example. ...
Marcel Molina
2007-10-26
2
-1
/
+3
*
Introduce TestCase subclasses for testing rails applications allowing tests t...
Michael Koziarski
2007-10-26
3
-0
/
+87
[next]