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
/
railties
/
lib
/
rails
/
generators
/
test_unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
correct filename for jobs tests
Abdelkader Boudih
2014-09-28
1
-1
/
+1
*
Change ActiveJob test directory to "test/jobs"
yuuji.yaginuma
2014-09-13
1
-1
/
+1
*
Remove extra newline from ActiveJob test template
yuuji.yaginuma
2014-09-09
1
-1
/
+0
*
[ActiveJob] TestCase
Abdelkader Boudih
2014-09-02
1
-1
/
+0
*
[ActiveJob] TestCase
Abdelkader Boudih
2014-09-02
1
-1
/
+3
*
[ActiveJob] Add hook for test_framework and test templates
Abdelkader Boudih
2014-08-22
2
-0
/
+22
*
Bring back the helpers tests
José Valim
2014-08-05
1
-0
/
+9
*
Generating stubs for helper tests is overly specific. Most helpers should sim...
David Heinemeier Hansson
2014-08-03
2
-19
/
+0
*
Add comments with urls for email previews
Andrew White
2013-12-22
1
-0
/
+2
*
Add mailer previews feature based on mail_view gem
Andrew White
2013-12-17
2
-1
/
+19
*
Revert "Rename not Ruby files to .tt"
Santiago Pastorino
2013-12-10
6
-0
/
+0
*
Rename not Ruby files to .tt
Santiago Pastorino
2013-12-10
6
-0
/
+0
*
Added generated unit test for generator generator and new test:generators rak...
Josef Šimánek
2013-07-16
2
-0
/
+42
*
Update a broken link into the fixtures' template
Robin Dupret
2013-06-29
1
-1
/
+1
*
Add support for generate scaffold password:digest
Sam Ruby
2013-03-13
2
-10
/
+12
*
extract PerformanceTest into rails-performance_tests gem
Yves Senn
2013-01-10
2
-25
/
+0
*
test PATCH method for update action in generated scaffold controller test rat...
Akira Matsuda
2013-01-03
1
-1
/
+1
*
Add active_support/testing/autorun
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
quote column names in generated fixture files
Yves Senn
2012-12-26
2
-4
/
+16
*
Make sure that no extra spaces are created with a non-polymorphic
Rafael Mendonça França
2012-12-10
1
-2
/
+6
*
Add GeneratedAttribute#column_name to get the name of the column in the
Rafael Mendonça França
2012-12-10
1
-2
/
+2
*
Extract a attributes_names method to avoid duplication
Rafael Mendonça França
2012-12-10
1
-12
/
+4
*
Deal with polymorphic attributes correctly in the generators
Rafael Mendonça França
2012-12-10
2
-5
/
+13
*
Make references and belongs_to attributes to generate the _id column in
Rafael Mendonça França
2012-12-10
1
-2
/
+2
*
Put the reference and belongs_to attributes in the scaffold tests.
Rafael Mendonça França
2012-12-10
1
-6
/
+3
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
2
-22
/
+0
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
10
-16
/
+16
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-10-11
9
-27
/
+27
|
\
|
*
nodoc TestUnit::Generators [ci skip]
Francesco Rodriguez
2012-10-07
9
-27
/
+27
*
|
Update test locations
Mike Moore
2012-10-09
6
-6
/
+6
|
/
*
update performance test template to use test method
Francesco Rodriguez
2012-07-06
1
-1
/
+1
*
require "rubygems" is obsolete in Ruby 1.9.3
Kornelius Kalnbach
2012-05-13
1
-1
/
+0
*
Remove unused generator options. This was added for the removed rails new --http
Santiago Pastorino
2012-04-18
1
-3
/
+0
*
Adding comma to correct syntax in comment.
Jesse Brown
2012-03-19
1
-1
/
+1
*
Remove --http.
José Valim
2012-03-14
2
-54
/
+2
*
Generate special controller and functional test templates for http apps
Carlos Antonio da Silva
2012-03-14
2
-1
/
+56
*
Remove key_value helper now that master is 1.9 only and we always use
Rafael Mendonça França
2012-03-13
2
-10
/
+6
*
Refactor the test_unit scaffold generator to use the key_value method
Rafael Mendonça França
2012-03-13
1
-1
/
+1
*
Use the attributes hash explicitly
Rafael Mendonça França
2012-03-13
2
-6
/
+18
*
Do not use the attributes hash in the scaffold functional tests
Rafael Mendonça França
2012-03-12
2
-2
/
+11
*
require minitest rather than test/unit
Aaron Patterson
2012-01-06
1
-1
/
+1
*
Revert the serializers API as other alternatives are now also under discussion
José Valim
2011-11-25
2
-22
/
+0
*
Add generators for serializers.
José Valim
2011-11-25
2
-0
/
+22
*
Remove needless to_param in scaffold functional test
Alexey Vakhov
2011-10-24
1
-4
/
+4
*
restores the API docs of AR::Fixtures, made a quick pass over them, revises l...
Xavier Noria
2011-09-03
1
-1
/
+1
*
fixtures :all is already included in test_helper.rb
Santiago Pastorino
2011-06-23
1
-2
/
+0
*
Remove trailing white-spaces
Guillermo Iguaran
2011-06-05
1
-1
/
+1
*
for ... in => .each
Akira Matsuda
2011-05-18
3
-5
/
+5
*
added a note about profiling options to the generators
Gonçalo Silva
2011-05-09
1
-1
/
+4
*
Stop adding actual dummy tests (they clutter up the real ones in a new app), ...
David Heinemeier Hansson
2011-04-23
6
-24
/
+18
[next]