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
*
ActiveJob testing improvements
Cristian Bica
2014-12-30
6
-12
/
+21
*
Merge pull request #18251 from tjgrathwell/fix-polymorphic-routes-to-model
Rafael Mendonça França
2014-12-30
3
-10
/
+25
|
\
|
*
Fix form_for to work with objects that implement to_model
Travis Grathwell
2014-12-29
2
-10
/
+21
*
|
AR specific length validator to respect `marked_for_destruction`.
Yves Senn
2014-12-30
5
-0
/
+49
*
|
Template lookup now respect default locale and I18n fallbacks.
Rafael Mendonça França
2014-12-29
6
-11
/
+52
*
|
Move Rake tasks list to a smaller heading section earlier in the guide.
Zachary Scott
2014-12-29
1
-21
/
+21
*
|
Condense notes regarding Minitest and its available assertions removed in:
Zachary Scott
2014-12-29
1
-38
/
+19
*
|
Remove redundant information about Minitest, which is already covered when
Zachary Scott
2014-12-29
1
-8
/
+0
|
/
*
Move longer form example from integration guide to api reference, below an
Zachary Scott
2014-12-29
2
-74
/
+78
*
Grammar pass through Integration Testing section [ci skip]
Zachary Scott
2014-12-29
1
-3
/
+3
*
fix error message of option as with invalid charters in partial rendering
Angelo capilleri
2014-12-29
3
-5
/
+32
*
Merge branch 'master' of github.com:rails/rails [ci skip]
Zachary Scott
2014-12-29
1
-0
/
+8
|
\
|
*
Merge pull request #18249 from claudiob/add-doc-for-save-with-touch
Rafael Mendonça França
2014-12-29
1
-0
/
+8
|
|
\
|
|
*
Add doc for `:touch` option of AR::Base#save
claudiob
2014-12-30
1
-0
/
+8
*
|
|
Remove pre-4.2 comment about missing `assert_select` [ci skip]
Zachary Scott
2014-12-29
1
-2
/
+0
*
|
|
Update link to rails-dom-testing documentation [ci skip]
Zachary Scott
2014-12-29
1
-1
/
+1
*
|
|
Pass through `assert_select` testing guide [ci skip]
Zachary Scott
2014-12-29
1
-4
/
+9
|
/
/
*
|
Implement testing `flash` notices into our blog app [ci skip]
Zachary Scott
2014-12-29
1
-3
/
+62
*
|
Pass through Testing Templates and Layouts section [ci skip]
Zachary Scott
2014-12-29
1
-11
/
+13
*
|
These are technically objects [ci skip]
Zachary Scott
2014-12-29
1
-2
/
+2
*
|
Rephrase Four Hashes of the Apocalypse [ci skip]
Zachary Scott
2014-12-29
1
-1
/
+1
|
/
*
Compare http request type with test equivalent methods, and application use-c...
Zachary Scott
2014-12-29
1
-2
/
+2
*
Merge pull request #18246 from aprescott/document-include_all_helpers-setting
Rafael Mendonça França
2014-12-29
1
-0
/
+2
|
\
|
*
Document the include_all_helpers config setting.
Adam Prescott
2014-12-29
1
-0
/
+2
*
|
Merge pull request #18244 from cristianbica/remove-object-itself
Rafael Mendonça França
2014-12-29
3
-25
/
+0
|
\
\
|
|
/
|
/
|
|
*
Removed Object#itself as it's implemented in ruby 2.2
Cristian Bica
2014-12-29
3
-25
/
+0
*
|
Rephrase functional testing in its relation to Rails Controller Unit Testing.
Zachary Scott
2014-12-29
1
-1
/
+1
|
/
*
Merge pull request #18243 from JoshCheek/mailer_guide_code_example
Carlos Antonio da Silva
2014-12-29
1
-1
/
+3
|
\
|
*
Un-inline if statement
Josh Cheek
2014-12-29
1
-1
/
+3
|
/
*
Merge pull request #18240 from shunsukeaida/add_tzinfo_data_to_plugin_gemfile
Rafael Mendonça França
2014-12-29
1
-0
/
+4
|
\
|
*
plugin's gemfile also needs tzinfo-data in Windows
ShunsukeAida
2014-12-30
1
-0
/
+4
*
|
Remove some warning with Ruby 2.2
Rafael Mendonça França
2014-12-29
1
-1
/
+1
*
|
Ensure `first!` and friends work on loaded associations
Sean Griffin
2014-12-29
3
-0
/
+12
*
|
Require Arel 7.0.0.alpha
Sean Griffin
2014-12-29
1
-1
/
+1
*
|
Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`
Sean Griffin
2014-12-29
7
-34
/
+15
*
|
Pass a type caster when aliasing tables for joins
Sean Griffin
2014-12-29
4
-10
/
+15
*
|
Fix failing tests
Sean Griffin
2014-12-29
1
-8
/
+4
*
|
Extract an explicit type caster class
Sean Griffin
2014-12-29
8
-39
/
+69
*
|
Rely on the injectable type caster for `arel_table`
Sean Griffin
2014-12-29
6
-74
/
+22
*
|
Merge pull request #18097 from k0kubun/readonly-eager_load
Rafael Mendonça França
2014-12-29
3
-1
/
+11
|
\
\
|
*
|
`eager_load` preserves readonly flag for associations
Takashi Kokubun
2014-12-30
3
-1
/
+11
*
|
|
Add nodoc to touch at no_touching.rb
Rafael Mendonça França
2014-12-29
1
-1
/
+1
|
|
/
|
/
|
*
|
Just check if the buffer exists before changing it
Rafael Mendonça França
2014-12-29
2
-6
/
+4
*
|
Merge pull request #18236 from vipulnsward/dont-eval-frozen
Rafael Mendonça França
2014-12-29
2
-1
/
+12
|
\
\
|
|
/
|
/
|
|
*
When trying to access a character on a string buffer object via `:[]`, if the...
Vipul A M
2014-12-29
2
-1
/
+12
|
/
*
Merge pull request #18232 from yousuketto/doc-for-bundler-require
Yves Senn
2014-12-29
1
-1
/
+1
|
\
|
*
adjust args of Bundler.require in guides [ci skip]
Yosuke
2014-12-29
1
-1
/
+1
|
/
*
Merge pull request #18231 from untidy-hair/improve_a_test
Guillermo Iguaran
2014-12-28
1
-1
/
+1
|
\
|
*
Expectation comes first
Yukio Mizuta
2014-12-28
1
-1
/
+1
|
/
*
Minor documentation edits [ci skip]
Robin Dupret
2014-12-28
6
-19
/
+19
[next]