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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes typo in Object#try!
Jay Hayes
2013-09-10
1
-1
/
+1
*
More unused associations in AR test models
Akira Matsuda
2013-09-10
8
-13
/
+0
*
:scissors: [ci skip]
Carlos Antonio da Silva
2013-09-10
1
-1
/
+1
*
change function def self.table_name to self.table_name
Rajarshi Das
2013-09-10
2
-5
/
+3
*
Clean up unused associations in AR test model
Akira Matsuda
2013-09-10
1
-3
/
+0
*
Reset ActionView::Base.logger instead of AC::Base.logger
Akira Matsuda
2013-09-10
1
-1
/
+1
*
Refactor handling of action normalization
Max Shytikov
2013-09-10
1
-11
/
+13
*
Don't mutate the Base settings by merge!ing the given value
Akira Matsuda
2013-09-10
2
-1
/
+4
*
Merge pull request #12189 from rajcybage/test_assert
Santiago Pastorino
2013-09-10
1
-7
/
+7
|
\
|
*
use assert_empty in activemodel conditional validation test cases
Rajarshi Das
2013-09-10
1
-7
/
+7
*
|
Merge pull request #12173 from arunagw/fixes_reverted_by_revert_commit
Guillermo Iguaran
2013-09-10
4
-11
/
+17
|
\
\
|
*
|
Back AV description in gemspec
Arun Agrawal
2013-09-09
1
-1
/
+1
|
*
|
Fix order dependent test
Arun Agrawal
2013-09-09
1
-2
/
+10
|
*
|
grab executable from rubygems
Arun Agrawal
2013-09-09
1
-1
/
+1
|
*
|
Fixed API task file
Arun Agrawal
2013-09-09
1
-7
/
+5
*
|
|
Make AC standalone rendering work
Santiago Pastorino
2013-09-10
2
-2
/
+20
|
|
/
|
/
|
*
|
Merge pull request #12187 from anupamc/master
Carlos Antonio da Silva
2013-09-10
2
-8
/
+0
|
\
\
|
*
|
Removed unused modules and classes
Anupam Choudhury
2013-09-10
1
-7
/
+0
|
*
|
Removed unnecessary require
Anupam Choudhury
2013-09-10
1
-1
/
+0
|
/
/
*
|
Merge pull request #12181 from claudiob/remove-unused-helper-fixtures
Carlos Antonio da Silva
2013-09-09
2
-4
/
+0
|
\
\
|
*
|
Remove helper fixtures not used in any test
claudiob
2013-09-09
2
-4
/
+0
*
|
|
let the class cache object clean up user input
Aaron Patterson
2013-09-09
1
-8
/
+20
*
|
|
make @bitsweat happy. :heart:
Aaron Patterson
2013-09-09
1
-0
/
+6
*
|
|
stop using deprecated api in the tests
Aaron Patterson
2013-09-09
1
-1
/
+1
|
/
/
*
|
Remove BasicRendering tests
José Valim
2013-09-09
3
-72
/
+1
*
|
Remove remaining coupling with AV in MimeResponds
José Valim
2013-09-09
4
-5
/
+20
*
|
Remove BasicRendering and remove template functionality from AbsC::Rendering
José Valim
2013-09-09
5
-47
/
+24
*
|
Merge pull request #12167 from hannesfostie/grammar-improvement
Steve Klabnik
2013-09-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Improves a sentence in guides/security
Hannes Fostie
2013-09-09
1
-1
/
+1
*
|
Merge pull request #12157 from robin850/patch-9
Yves Senn
2013-09-09
1
-1
/
+1
|
\
\
|
*
|
Use MiniTest::Unit::TestCase instead of Minitest::Test
Robin Dupret
2013-09-07
1
-1
/
+1
*
|
|
Merge pull request #12166 from JuanitoFatas/doc-patch-1
Yves Senn
2013-09-09
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[ci skip] Change link name of Rails i18n wiki.
Juanito Fatas
2013-09-09
1
-1
/
+1
|
/
/
*
|
Merge pull request #12164 from rywall/patch-1
Steve Klabnik
2013-09-08
1
-2
/
+2
|
\
\
|
*
|
Typo in Changelog.
Ryan Wallace
2013-09-08
1
-2
/
+2
|
/
/
*
/
Fix fixtures regression that required table names to map to classes only, not...
Jeremy Kemper
2013-09-08
2
-2
/
+2
|
/
*
Merge pull request #12155 from jetthoughts/reformat_guides_code_examples
Xavier Noria
2013-09-07
11
-90
/
+89
|
\
|
*
Use Ruby on Rails Coding Conventions for code examples in the guides
Paul Nikitochkin
2013-09-06
11
-90
/
+89
*
|
hm:t join tables may not have a primary key
Aaron Patterson
2013-09-06
2
-1
/
+23
*
|
use polymorphic proxies to remove duplicate code
Aaron Patterson
2013-09-06
1
-24
/
+43
*
|
reduce duplication somewhat
Aaron Patterson
2013-09-06
1
-14
/
+14
*
|
make the duplicate code more similar
Aaron Patterson
2013-09-06
1
-4
/
+10
*
|
auto link hm:t fixture join tables like habtm
Aaron Patterson
2013-09-06
2
-0
/
+51
|
/
*
don't depend on object state when reading fixture files
Aaron Patterson
2013-09-06
1
-8
/
+7
*
ensure @model_class is initialized
Aaron Patterson
2013-09-06
1
-0
/
+1
*
Fix failure with minitest 5.0.7
Carlos Antonio da Silva
2013-09-06
1
-0
/
+1
*
Do not use instance variables if they are not reused elsewhere
Carlos Antonio da Silva
2013-09-06
1
-2
/
+1
*
Merge pull request #12148 from gzohari/callback-typo
Carlos Antonio da Silva
2013-09-06
1
-1
/
+1
|
\
|
*
Fix typo in set_callback docs. [ci skip]
Gilad Zohari
2013-09-06
1
-1
/
+1
|
/
*
no need to dup
Aaron Patterson
2013-09-05
1
-1
/
+1
[next]