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
*
adding that assert_template with :layout will raise ArgumentError for unknown...
Carsten Wirth
2014-12-16
2
-0
/
+9
*
Merge pull request #17970 from ulissesalmeida/foreign-type-has-many-has-one
Rafael Mendonça França
2014-12-10
10
-3
/
+53
|
\
|
*
Add foreign_type option for polymorphic has_one and has_many.
Ulisses Almeida + Kassio Borges
2014-12-08
10
-3
/
+53
*
|
Merge pull request #17989 from y-yagi/patch-1
Zachary Scott
2014-12-09
1
-1
/
+1
|
\
\
|
*
|
[ci skip] fix typo in MessageVerifier#verify docs
yuuji.yaginuma
2014-12-10
1
-1
/
+1
|
/
/
*
|
Merge pull request #17987 from andreynering/ar-validation-doc
Zachary Scott
2014-12-09
1
-0
/
+2
|
\
\
|
*
|
Adding information about 'allow_nil' option for 'numericality' [ci skip]
Andrey Nering
2014-12-09
1
-0
/
+2
*
|
|
Merge pull request #17988 from caike/master
Rafael Mendonça França
2014-12-09
1
-0
/
+2
|
\
\
\
|
*
|
|
Add guides for `required` model generator option.
Carlos Souza
2014-12-09
1
-0
/
+2
|
/
/
/
*
|
|
Merge pull request #17982 from andreynering/testing-documentation
Richard Schneeman
2014-12-10
1
-0
/
+2
|
\
\
\
|
*
|
|
Adding a tip in the guides about possible database permission problems on
andrey.nering@gmail.com
2014-12-09
1
-0
/
+2
|
|
/
/
*
|
|
Merge pull request #17975 from merongivian/add_test_for_search_field
Rafael Mendonça França
2014-12-09
3
-11
/
+15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix options overwritten by super
Jose Añasco
2014-12-09
3
-11
/
+15
|
/
/
*
|
Unused csv fixture file
Akira Matsuda
2014-12-09
1
-1
/
+0
*
|
Merge pull request #17972 from claudiob/remove-unused-callback-fixtures
Carlos Antonio da Silva
2014-12-09
1
-46
/
+0
|
\
\
|
*
|
Remove unused "Developer" fixtures from tests
claudiob
2014-12-08
1
-46
/
+0
|
|
/
*
|
Merge pull request #17977 from yui-knk/fix/typo
Rafael Mendonça França
2014-12-09
1
-1
/
+1
|
\
\
|
*
|
[ci skip] Fix typo
yui-knk
2014-12-09
1
-1
/
+1
|
/
/
*
|
Update test case for TZ aware attributes
Sean Griffin
2014-12-08
1
-4
/
+14
*
|
Allow custom handling of non-standard types in `time_zone_conversion`
Sean Griffin
2014-12-08
2
-1
/
+7
|
/
*
Don't error when `attributes` is called on a frozen AR model
Sean Griffin
2014-12-08
2
-1
/
+11
*
Revert to 4.1 behavior for casting PG arrays
Sean Griffin
2014-12-08
2
-5
/
+23
*
Only check that it is a Rails application once
Rafael Mendonça França
2014-12-08
1
-5
/
+7
*
Merge pull request #17964 from carols10cents/improve-after-commit-argumenterr...
Rafael Mendonça França
2014-12-08
2
-1
/
+5
|
\
|
*
Make error message clearer that :on requires a symbol, not a string
Carol Nichols
2014-12-07
2
-1
/
+5
*
|
Merge pull request #17896 from GBH/globbing_route_mailer_preview
Rafael Mendonça França
2014-12-08
2
-1
/
+12
|
\
\
|
*
|
fixing mailer previews for apps with globbing route
Oleg
2014-12-03
2
-1
/
+12
*
|
|
Merge pull request #17969 from tiii/add-brackets-around-attribute_name
Rafael Mendonça França
2014-12-08
1
-1
/
+1
|
\
\
\
|
*
|
|
add brackets around attribute_name
_tiii
2014-12-08
1
-1
/
+1
*
|
|
|
Fix type case of "validations" and word-wrap from #17954 [ci skip]
Zachary Scott
2014-12-08
1
-2
/
+3
*
|
|
|
Merge pull request #17966 from mikechau/update-ar-store-validation-documentation
Zachary Scott
2014-12-08
1
-1
/
+4
|
\
\
\
\
|
*
|
|
|
Add note to Store about uniqueness validation (#17954) [skip ci]
Mike Chau
2014-12-08
1
-1
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #17953 from kirs/test-activejob-generator
Rafael Mendonça França
2014-12-08
1
-0
/
+29
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Test coverage for ActiveJob generator
Kir Shatrov
2014-12-07
1
-0
/
+29
*
|
|
|
Merge pull request #17963 from neerajdotname/wordsmitthing
Richard Schneeman
2014-12-08
1
-3
/
+3
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
minor sentences fixes
Neeraj Singh
2014-12-07
1
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #17959 from eileencodes/fix-grammar-on-reflection
Zachary Scott
2014-12-07
1
-3
/
+3
|
\
\
\
|
*
|
|
Fix grammar of sentence in Reflection documentation
eileencodes
2014-12-07
1
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #17950 from y-yagi/postgres_guide
Richard Schneeman
2014-12-07
1
-0
/
+3
|
\
\
\
|
*
|
|
[ci skip] add `enable_extension` to PostgreSQL hstore example
yuuji.yaginuma
2014-12-07
1
-0
/
+3
|
/
/
/
*
|
|
Merge pull request #17944 from tjschuck/mounted_named_routes_regression
Santiago Pastorino
2014-12-06
2
-14
/
+43
|
\
\
\
|
*
|
|
Mounted Rack apps should have default named routes based on app name
T.J. Schuck
2014-12-06
2
-14
/
+43
*
|
|
|
Merge pull request #17942 from yui-knk/fix/upgrading.md
Richard Schneeman
2014-12-06
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
[ci skip] update rails version to 3.2.21
yui-knk
2014-12-06
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #17943 from jeremywadsack/doc_cache_importability
Richard Schneeman
2014-12-06
1
-0
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add Guides note to change cache name space as Entry data is incompatible betw...
Jeremy Wadsack
2014-12-04
1
-0
/
+4
*
|
|
|
Add `force: true` to tables created in PG tests
Sean Griffin
2014-12-05
2
-2
/
+2
*
|
|
|
Correctly respect subtypes for PG arrays and ranges
Sean Griffin
2014-12-05
3
-10
/
+43
*
|
|
|
Merge pull request #17932 from brooksreese/master
Rafael Mendonça França
2014-12-05
2
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Fix sentence structure [ci skip]
Brooks Reese
2014-12-05
1
-1
/
+1
[next]