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
*
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
*
Rails will now generate Ruby 1.9 style hash when running scaffold_controller ...
Prem Sichanugrist
2011-04-10
1
-5
/
+5
*
revises links to the API websites of individual components (no longer maintai...
Xavier Noria
2011-03-09
1
-1
/
+1
*
Fix scaffold generator to be aware of namespace in isolated engine
Piotr Sarnacki
2010-11-03
1
-0
/
+2
*
Add namespacing to mailer generator
Piotr Sarnacki
2010-09-25
1
-0
/
+2
*
Add namespacing for observer generator
Piotr Sarnacki
2010-09-25
1
-0
/
+2
*
Add namespace for test_unit generators
Piotr Sarnacki
2010-09-25
3
-0
/
+6
*
Remove the --singeleton option from scaffold generator.
Prem Sichanugrist
2010-06-24
2
-3
/
+0
*
Patch for Namespace problem in Scaffold. [#4763 state:resolved]
Mohammed Siddick.E
2010-06-23
2
-13
/
+13
*
Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...
Andrew White
2010-06-20
1
-1
/
+1
*
performance and integration tests inherit from AD, not AC
Gonçalo Silva
2010-05-28
2
-2
/
+2
*
Just assert for 'Hi' in generated mailer tests.
José Valim
2010-03-26
1
-1
/
+1
*
Load generators from both lib/rails/generators and lib/generators. Using the ...
José Valim
2010-03-23
20
-0
/
+298
*
Generators load path now will be Ruby load path. If you want to use rspec:ins...
José Valim
2010-01-18
21
-293
/
+0
*
Autoload AS test case
Joshua Peek
2010-01-04
1
-2
/
+0
*
Merge
David Heinemeier Hansson
2010-01-03
1
-2
/
+2
*
Models with no attributes should just have empty hash fixtures [Sam] (Closes ...
David Heinemeier Hansson
2009-12-17
1
-5
/
+9
*
Fix generated performance test helper requires
Jeremy Kemper
2009-11-10
1
-1
/
+1
*
Move railties/lib/* into railties/lib/*
Yehuda Katz + Carl Lerche
2009-09-24
21
-0
/
+291