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
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
4
-0
/
+4
*
Remove deprecated support to <% form_for %> and several ActionController::Bas...
José Valim
2010-08-29
3
-77
/
+2
*
Ensure that inherited helper_methods are available after calling clear_helper...
Jesse Storimer
2010-08-28
1
-0
/
+31
*
Be sure to call helper :all just on direct children. (Tests by Jesse Storimer)
José Valim
2010-08-26
1
-0
/
+12
*
Reset symbolized path parameters when a test request is recycled [#5437 state...
Andrew White
2010-08-24
1
-0
/
+8
*
Config is deprecated on 1.8.8 and 1.9.3 use RbConfig
Santiago Pastorino
2010-08-23
1
-1
/
+1
*
Support routing constraints in functional tests
Andrew White
2010-08-20
1
-1
/
+1
*
code gardening: we have assert_(nil|blank|present), more concise, with better...
Xavier Noria
2010-08-17
5
-11
/
+11
*
object/try should be required after abstract_unit to have AS in the load path
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
21
-64
/
+64
*
adds missing requires for Object#try
Xavier Noria
2010-08-09
1
-0
/
+1
*
Use AS::OrderedHash when trusting in the order of the hash
Santiago Pastorino
2010-08-01
1
-2
/
+3
*
Fixed a globbed route issue where slashes were being escaped, causing assert_...
Brian Rose
2010-07-21
1
-0
/
+7
*
Moved a few methods from RecordIdentifier to ActiveModel::Naming
Piotr Sarnacki
2010-07-21
1
-40
/
+0
*
Remove assert_valid. It was already deprecated on Rails 2.3.
José Valim
2010-07-19
1
-15
/
+0
*
Exceptions from views should be rescued based on the original exception. If a...
Neeraj Singh
2010-07-19
1
-0
/
+27
*
Fix setting helpers_path to a string or pathname
Jeremy Kemper
2010-07-07
1
-3
/
+3
*
Adds tests for content negotiation change introduced in dc5300adb6d46252c26e
Patrik Stenmark
2010-07-04
1
-0
/
+20
*
Unify routes naming by renaming router to routes
Piotr Sarnacki
2010-07-02
1
-1
/
+1
*
Move Rails module to abstract_unit to make test in isolation work
Santiago Pastorino
2010-06-28
1
-3
/
+0
*
URL fragments should not have safe characters escaped. Ref: Appendix A, http:...
Andrew White
2010-06-25
1
-3
/
+9
*
Just reading flash messages should not create a session if one does not exist...
José Valim
2010-06-25
1
-3
/
+17
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-5
/
+5
*
Fix controller_name for non default controller paths [#4901 state:resolved]
knapo
2010-06-23
1
-0
/
+38
*
Make sure a namespaced <%= render form %> still renders the _form partial [#4...
Jan De Poorter
2010-06-20
1
-0
/
+11
*
Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...
Andrew White
2010-06-20
1
-2
/
+21
*
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
2
-2
/
+2
*
Ruby 1.9.1 compat: constant lookup
Jeremy Kemper
2010-06-11
1
-1
/
+1
*
Moved test/controller/cookie_test.rb to test/dispatch/cookies_test.rb
Rizwan Reza
2010-06-11
1
-228
/
+0
*
Missing method error doesn't specify which controller it is missing from [#44...
Alan Harper
2010-06-10
1
-1
/
+10
*
Better test for ticket [#3914 state:resolved]
Neeraj Singh
2010-06-09
1
-0
/
+11
*
cache_sweeper yields blank output
Neeraj Singh
2010-06-08
1
-0
/
+6
*
Fixed double output from cache in no caching mode
David Heinemeier Hansson
2010-06-08
1
-15
/
+0
*
Fix case when rendering a partial inside RJS with inherited layout [#4786 sta...
José Valim
2010-06-07
1
-0
/
+3
*
Add :only and :except to controllers MiddlewareStack. This allows
José Valim
2010-05-30
1
-11
/
+22
*
Fix a bug where responders were not working properly on method override.
José Valim
2010-05-24
1
-0
/
+13
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
2
-9
/
+9
*
Use assert_respond_to because it has better error messaging
Neeraj Singh
2010-05-18
2
-4
/
+4
*
Simplify cookie_store by simply relying on cookies.signed.
José Valim
2010-05-18
2
-2
/
+64
*
Revert "Moved encoding work in progress to a feature branch."
wycats
2010-05-17
3
-5
/
+5
*
Moved encoding work in progress to a feature branch.
Jeremy Kemper
2010-05-16
3
-5
/
+5
*
Significantly improved internal encoding heuristics and support.
wycats
2010-05-16
3
-5
/
+5
*
Check blocks are not incorrectly detected when compiling erubis templates [#4...
Simon Jefford
2010-05-16
1
-0
/
+5
*
Fixed 1 failure and 2 errors in ActionPack testsuite [#4613 state:commited]
rohit
2010-05-16
2
-5
/
+5
*
partial counters with :as [#2804 state:resolved]
Jeff Kreeftmeijer
2010-05-15
1
-0
/
+9
*
Add tests for convenience methods #notice and #alert to flash.now [#4369 stat...
Anil Wadghule
2010-05-15
1
-0
/
+20
*
fix assert_select messages to its declaration behaviour
Paco Guzman
2010-05-15
1
-3
/
+13
*
move assert_template tests to their own test case [#4501 state:resolved]
David Chelimsky
2010-05-03
1
-41
/
+46
*
Eliminate false positives when passing symbols to assert_template
David Chelimsky
2010-05-03
1
-4
/
+25
*
move FixtureResolver to a file that is accessible outside Rails' own tests
David Chelimsky
2010-05-02
1
-2
/
+0
[next]