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
*
Ensure that ActionMailer::Base is there and not just the parent module
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Fix typo in [8287]
Marcel Molina
2007-12-05
1
-1
/
+1
*
Document the supported options for sortable_element. Closes #8820 [berkelep]
Marcel Molina
2007-12-05
1
-2
/
+57
*
Add examples in the documentation for various assertions. Closes #9938 [zapnap]
Marcel Molina
2007-12-05
3
-5
/
+48
*
When a NonInferrableControllerError is raised, make the proposed fix clearer ...
Marcel Molina
2007-12-05
1
-1
/
+1
*
Remove Great Britain from the Country select helper to ensure consistency wit...
Michael Koziarski
2007-12-05
1
-2
/
+1
*
Update Prototype to 1.6.0.1
Sam Stephenson
2007-12-05
1
-20
/
+45
*
Removed some of the tags that does not make sense to allow per default in the...
David Heinemeier Hansson
2007-12-04
1
-2
/
+2
*
Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the autocompleter
Thomas Fuchs
2007-12-04
1
-3
/
+3
*
Add 'disabled' attribute to <OPTION> separators used in time zone and country...
Rick Olson
2007-12-04
1
-2
/
+2
*
Deal with nested fields_for too [DHH]
David Heinemeier Hansson
2007-12-02
1
-2
/
+14
*
Added the same record identification guessing rules to fields_for as form_for...
David Heinemeier Hansson
2007-12-02
1
-4
/
+28
*
Don't inadvertently hit const_missing in defined?(ActionMailer::Base) check
Jeremy Kemper
2007-12-01
1
-1
/
+1
*
Fixed that verification violations with no specified action didn't halt the c...
David Heinemeier Hansson
2007-11-30
1
-6
/
+15
*
Make sure assert_select_rjs gets counted, Closes #10278 [tarmo]
Michael Koziarski
2007-11-29
1
-1
/
+2
*
Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [ta...
Rick Olson
2007-11-29
2
-12
/
+23
*
Update to Prototype -r8232
Sam Stephenson
2007-11-29
1
-71
/
+87
*
Prep for RC2
David Heinemeier Hansson
2007-11-29
1
-1
/
+1
*
correct confusing comments
Michael Koziarski
2007-11-28
1
-1
/
+1
*
Make sure the optimisation code for routes doesn't get used if :host, :anchor...
Michael Koziarski
2007-11-28
1
-1
/
+1
*
Added protection from trailing slashes on page caching (closes #10229) [devri...
David Heinemeier Hansson
2007-11-28
1
-1
/
+1
*
Asset timestamps are appended, not prepended. Closes #10276 [mnaberez]
Marcel Molina
2007-11-27
1
-2
/
+2
*
Fixed to_s bug with namespace routes (closes #10283) [johnb]
David Heinemeier Hansson
2007-11-26
1
-1
/
+1
*
Minor inconsistency in description of render example. Closes #10029 [ScottSch...
Marcel Molina
2007-11-26
1
-2
/
+2
*
Add #prepend_view_path and #append_view_path instance methods on ActionContro...
Rick Olson
2007-11-26
2
-4
/
+43
*
Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...
Rick Olson
2007-11-26
3
-155
/
+227
*
Add deprecation for old subtemplate syntax for ActionMailer templates, use re...
Rick Olson
2007-11-26
1
-0
/
+13
*
Fix TemplateError so it doesn't bomb on exceptions while running tests [rick]
Rick Olson
2007-11-26
1
-3
/
+3
*
Add documentation about asset timestamps (just for koz)
David Heinemeier Hansson
2007-11-25
1
-0
/
+21
*
Fixed that named routes living under resources shouldn't have double slashes ...
David Heinemeier Hansson
2007-11-25
1
-1
/
+1
*
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
1
-2
/
+1
*
Make sure that cookie sessions use a secret that is at least 30 chars in leng...
Michael Koziarski
2007-11-21
1
-3
/
+17
*
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
1
-3
/
+7
*
Ensure that the routing optimisation code isn't used when additional argument...
Michael Koziarski
2007-11-20
1
-4
/
+10
*
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
1
-2
/
+10
*
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
1
-1
/
+1
*
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
*
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
1
-1
/
+1
*
Prepare versions for RC1
David Heinemeier Hansson
2007-11-09
1
-2
/
+2
*
Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image s...
David Heinemeier Hansson
2007-11-07
1
-4
/
+15
*
Fixed handling of non-domain hosts (closes #9479) [purp]
David Heinemeier Hansson
2007-11-07
1
-2
/
+6
*
Standardize on using hyphens rather than colons to separate option names from...
Marcel Molina
2007-11-06
5
-26
/
+28
[next]