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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing unused fake models
Thiago Pradi
2014-09-07
1
-45
/
+0
*
Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`
Godfrey Chan
2013-11-05
1
-2
/
+2
*
Removing unused fake models from actionpack tests
Thiago Pradi
2013-10-16
1
-95
/
+0
*
Remove unused fixtures and models from AP tests
Łukasz Strzałkowski
2013-08-25
1
-6
/
+0
*
Add HTML5 input[type="color"] helper
Carlos Galdino
2012-05-21
1
-0
/
+3
*
Removing old Controller test
Thiago Pradi
2012-02-12
1
-1
/
+0
*
Cleaning Route generation tests
Thiago Pradi
2012-02-12
1
-28
/
+2
*
Fix override API response bug in respond_with
Prem Sichanugrist
2012-02-03
1
-0
/
+10
*
'with_kcode' removed.
Arun Agrawal
2011-12-21
1
-15
/
+0
*
Rely on a public contract between railties instead of accessing railtie metho...
José Valim
2011-11-23
1
-2
/
+2
*
Silence Ruby warnings about uninitialized instance variable.
Mike Gehard
2011-09-09
1
-9
/
+2
*
Use real hash model in nested fields_for with hash model test
Sam Pohlenz
2011-06-22
1
-0
/
+11
*
Fix tests on 1.9.2.
José Valim
2010-11-28
1
-1
/
+1
*
If a user wants json output then try best to render json output. In such case...
Neeraj Singh
2010-11-24
1
-0
/
+6
*
fields_for should treat ActiveRecord::Relation as an array
Neeraj Singh
2010-11-11
1
-0
/
+10
*
fixing a few test warnings
Aaron Patterson
2010-10-04
1
-0
/
+5
*
moving fake model to the correct file
Aaron Patterson
2010-10-03
1
-0
/
+14
*
Review most of the form_for deprecated tests, missing tests with index like []
Carlos Antonio da Silva
2010-09-26
1
-0
/
+1
*
Remove namespace for isolated namespaced models in forms
Piotr Sarnacki
2010-09-03
1
-0
/
+15
*
to_param shoul return a string
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
move FixtureResolver to a file that is accessible outside Rails' own tests
David Chelimsky
2010-05-02
1
-29
/
+0
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
1
-2
/
+2
*
Sending the partial as info is no longer required.
José Valim
2010-03-18
1
-2
/
+2
*
Move more normalization up to the lookup context, so it does not have to repe...
José Valim
2010-03-16
1
-1
/
+1
*
Make all AP tests pass for Ruby 1.9.1.
José Valim
2010-03-12
1
-2
/
+3
*
Add tests for lookup context.
José Valim
2010-03-11
1
-0
/
+2
*
Clean up the API required from ActionView::Template.
José Valim
2010-03-09
1
-3
/
+5
*
First take on ViewPaths clean up.
José Valim
2010-03-07
1
-2
/
+2
*
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...
José Valim
2010-02-21
1
-28
/
+12
*
AMo #key is now #to_key and CI is probably happy
snusnu
2010-02-20
1
-7
/
+7
*
Adds #key and #to_param to the AMo interface
snusnu
2010-02-19
1
-0
/
+16
*
Ensure render :text => resource first tries to invoke :to_text on it
José Valim
2010-02-16
1
-0
/
+1
*
Make check boxes accept :multiple as option so they can handle collections (s...
José Valim
2010-01-14
1
-1
/
+1
*
I18n label helper [#745 status:resolved]
Carsten Gehling
2010-01-02
1
-0
/
+1
*
Make recognize try to constantize controller to see if it exists
Joshua Peek
2009-12-01
1
-1
/
+12
*
Donate tests I wrote for rackmount rails integration
Joshua Peek
2009-10-20
1
-1
/
+4
*
Add define another "stuff" controller to support routing tests
Joshua Peek
2009-10-10
1
-0
/
+1
*
Add define a "stuff" controller in fixtures to support routing tests
Joshua Peek
2009-10-10
1
-0
/
+1
*
Redraw default routes on all internal integration tests. We don't need Simple...
Joshua Peek
2009-10-03
1
-5
/
+0
*
Avoid creating new controller constants during test runtime. All routable con...
Joshua Peek
2009-10-03
1
-9
/
+18
*
Moved shared form helper models into fake_models
Joshua Peek
2009-10-03
1
-0
/
+96
*
Add custom "with_routing" to internal tests to fix reseting session after using
Joshua Peek
2009-10-03
1
-0
/
+1
*
Define weblog controller for url helper test
Joshua Peek
2009-09-13
1
-0
/
+1
*
Merge abstract_controller/test_helper and new_base/test_helper since they are...
Joshua Peek
2009-09-13
1
-104
/
+0
*
Add fake controllers for url rewriter tests
Joshua Peek
2009-09-06
1
-0
/
+5
*
Cleanup hacky routing with controller_path in url helper tests. This doesn't ...
Joshua Peek
2009-09-06
1
-1
/
+1
*
Fix isolated running of AddressesTest
Joshua Peek
2009-09-06
1
-0
/
+1
*
Fix isolated running of ActionPackAssertionTest
Joshua Peek
2009-09-06
1
-1
/
+1
*
Remove a useless method in the fixture template class
Yehuda Katz + Carl Lerche
2009-09-03
1
-4
/
+0
*
Refactor ActionView::Resolver
Yehuda Katz + Carl Lerche
2009-09-03
1
-54
/
+12
[next]