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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
test for #4862
Neeraj Singh
2010-06-22
1
-0
/
+5
*
Add support for specifying locals in view tests with assert template [#4927 s...
David Chelimsky
2010-06-22
1
-2
/
+16
*
Ensure overwritten callbacks conditions in controllers work [#4761 state:reso...
José Valim
2010-06-22
1
-2
/
+12
*
Fixed date_select date_separator when discard_month and/or discard_day are tr...
Thibaud Guillaume-Gentil
2010-06-20
1
-0
/
+27
*
Adding missing test to autolink with other protocols (file) [#4886 state:reso...
Carlos Antonio da Silva
2010-06-20
1
-0
/
+1
*
Make sure a namespaced <%= render form %> still renders the _form partial [#4...
Jan De Poorter
2010-06-20
2
-0
/
+12
*
Support render_template in view tests. Useful for specifying which
David Chelimsky
2010-06-20
1
-0
/
+8
*
Don't use module to work out shallow name prefix and path as it may not accur...
Andrew White
2010-06-20
1
-1
/
+16
*
Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...
Andrew White
2010-06-20
2
-2
/
+22
*
Accept an object for :constraints option [#4904 state:resolved]
Andrew White
2010-06-20
1
-0
/
+8
*
option_groups_from_collection_for_select should return HTML-safe string [#487...
Wincent Colaiuta
2010-06-19
1
-18
/
+12
*
Custom resource routes should be scoped
Andrew White
2010-06-19
1
-0
/
+47
*
form_for without :html and with :remote should not error
David Genord II
2010-06-18
1
-0
/
+20
*
fix for :shallow in router not generating helpers for create, update, and des...
Josh Kalderimis
2010-06-18
1
-1
/
+39
*
Make text_helpers methods which return valid html to return it as safe and sa...
Santiago Pastorino
2010-06-17
1
-40
/
+28
*
Add shallow routing option to new router [#3765 status:committed]
Andrew White
2010-06-17
1
-0
/
+125
*
excerpt shoudn't return safe output test added
Santiago Pastorino
2010-06-17
1
-0
/
+4
*
truncate() should not try to produce HTML-safe output
Wincent Colaiuta
2010-06-17
1
-14
/
+4
*
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
2
-2
/
+2
*
render(:inline) in a layout before yield replaces original content
Neeraj Singh
2010-06-13
2
-0
/
+8
*
Change sanitize to escape in test names of text_helper_test [#4844 state:reso...
rohit
2010-06-12
1
-9
/
+9
*
Ruby 1.9.1 compat: constant lookup
Jeremy Kemper
2010-06-11
1
-1
/
+1
*
text_helper now escape the unsafe input instead of sanitizing
Santiago Pastorino
2010-06-11
1
-9
/
+8
*
Added tests for cookies with domain option.
Rizwan Reza
2010-06-11
1
-0
/
+22
*
Moved test/controller/cookie_test.rb to test/dispatch/cookies_test.rb
Rizwan Reza
2010-06-11
1
-2
/
+2
*
The previous commit didn't work with complex domains, which is now fixed.
Rizwan Reza
2010-06-11
1
-5
/
+5
*
Add support for multi-subdomain session by setting cookie host in session coo...
Rizwan Reza
2010-06-11
1
-0
/
+29
*
Revert "Add support for multi-subdomain session by setting cookie host in ses...
José Valim
2010-06-10
1
-29
/
+0
*
Missing method error doesn't specify which controller it is missing from [#44...
Alan Harper
2010-06-10
1
-1
/
+10
*
Remove punctuate_body! No code in lib was using it and it had no documentation.
José Valim
2010-06-10
1
-25
/
+0
*
Add support for multi-subdomain session by setting cookie host in session coo...
Guillermo Álvarez
2010-06-10
1
-0
/
+29
*
Removed textilize, textilize_without_paragraph and markdown helpers
Santiago Pastorino
2010-06-09
1
-108
/
+0
*
Better test for ticket [#3914 state:resolved]
Neeraj Singh
2010-06-09
1
-0
/
+11
*
Add more cases to previous commit [#4394 state:resolved]
José Valim
2010-06-08
1
-2
/
+9
*
Make sure namespaces are nested within resources
Jan De Poorter
2010-06-08
1
-0
/
+15
*
cache_sweeper yields blank output
Neeraj Singh
2010-06-08
2
-0
/
+9
*
Revert "Add shallow routes to the new router" for now. Needs more work.
David Heinemeier Hansson
2010-06-08
1
-39
/
+0
*
Memoize the object returned by _view in ActionView::TestCase::Behavior
David Chelimsky
2010-06-08
1
-0
/
+4
*
Fixed double output from cache in no caching mode
David Heinemeier Hansson
2010-06-08
1
-15
/
+0
*
Make sure that rails recognized the full notation of IPv6 loopback address, a...
Prem Sichanugrist
2010-06-08
1
-1
/
+1
*
Fix resources ignoring scope options
Andrew White
2010-06-08
1
-4
/
+30
*
Made markdown honor :safe option and handle safe input. Also added tests for ...
rohit
2010-06-08
1
-0
/
+36
*
Add support for actions on a new resource to the new routing DSL [#4328 state...
Andrew White
2010-06-08
1
-2
/
+48
*
Fixed textilize_without_paragraph and added tests for it. [#4792 state:resolved]
rohit
2010-06-08
1
-0
/
+32
*
Merge branch 'master' of git://github.com/rails/rails
Mikel Lindsaar
2010-06-08
1
-0
/
+39
|
\
|
*
Add shallow routes to the new router [Closes #3765]
Diego Carrion
2010-06-07
1
-0
/
+39
*
|
Updating image_tag to support cid:content_id "URLs"
Mikel Lindsaar
2010-06-07
1
-0
/
+9
|
/
*
Fix case when rendering a partial inside RJS with inherited layout [#4786 sta...
José Valim
2010-06-07
1
-0
/
+3
*
Makes text_helper methods sanitize the input if the input is not safe or :saf...
Santiago Pastorino
2010-06-07
1
-6
/
+96
*
content_tag_string shouldn't escape_html if escape param is false
Santiago Pastorino
2010-06-07
1
-0
/
+2
[prev]
[next]