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
*
Fixed typos in ActiveRecord CHANGELOG [ci skip]
Prathamesh Sonpatki
2015-02-11
1
-2
/
+2
*
Refactor microsecond precision to be database agnostic
Sean Griffin
2015-02-10
11
-84
/
+55
*
Merge pull request #18860 from alex-handley/enhancement/dependent_documentati...
Rafael Mendonça França
2015-02-10
1
-1
/
+1
|
\
|
*
[ci skip] corrects documentation for the default dependent behaviour
Alex Handley
2015-02-09
1
-1
/
+1
*
|
Maintain a consistent order in `ActiveRecord::Base#attributes`
Sean Griffin
2015-02-10
2
-1
/
+21
*
|
Merge pull request #18808 from carlosramireziii/i18n-doc-update
Robin Dupret
2015-02-10
1
-0
/
+19
|
\
\
|
*
|
Document lazy lookup behavior for controllers
Carlos Ramirez III
2015-02-03
1
-0
/
+19
*
|
|
Change `LockingType` to use `DelegateClass`
Sean Griffin
2015-02-09
1
-1
/
+1
*
|
|
Merge pull request #18841 from yuki24/remove-warning-from-av-tags-translator
Rafael Mendonça França
2015-02-09
1
-1
/
+3
|
\
\
\
|
*
|
|
Remove warning from ActionView::Helpers::Tags::Translator
Yuki Nishijima
2015-02-08
1
-1
/
+3
*
|
|
|
Merge pull request #18849 from kamipo/array_type_is_a_part_of_sql_type
Sean Griffin
2015-02-09
2
-19
/
+4
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
An array type is a part of `sql_type`
Ryuta Kamizono
2015-02-08
2
-19
/
+4
*
|
|
|
tests, reset global to previous value.
Yves Senn
2015-02-09
1
-1
/
+3
*
|
|
|
Merge pull request #18839 from yuki24/remove-warning-from-generators-named-ba...
Yves Senn
2015-02-09
1
-10
/
+0
|
\
\
\
\
|
*
|
|
|
Remove warning from generator named base test
Yuki Nishijima
2015-02-08
1
-10
/
+0
*
|
|
|
|
Merge pull request #18840 from yuki24/remove-warning-from-plugin-generator
Yves Senn
2015-02-09
1
-3
/
+3
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Remove warning from Plugin Generator
Yuki Nishijima
2015-02-08
1
-3
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #18764 from tsun1215/master
Andrew White
2015-02-08
3
-0
/
+33
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Explicitly ignored wildcard verbs from head_routes
Terence Sun
2015-02-08
3
-0
/
+33
|
/
/
/
*
|
|
Move #18833 changelog to the top [ci skip]
Carlos Antonio da Silva
2015-02-08
1
-35
/
+33
*
|
|
Remove debug code
Carlos Antonio da Silva
2015-02-08
1
-5
/
+0
*
|
|
Merge pull request #18850 from kamipo/fix_rounding_problem_for_postgresql_tim...
Andrew White
2015-02-08
5
-19
/
+50
|
\
\
\
|
*
|
|
Fix rounding problem for PostgreSQL timestamp column
Ryuta Kamizono
2015-02-08
5
-19
/
+50
|
/
/
/
*
|
|
Merge pull request #18602 from kamipo/respect_database_charset_and_collation
Andrew White
2015-02-08
3
-5
/
+21
|
\
\
\
|
*
|
|
Respect the database default charset for `schema_migrations` table.
Ryuta Kamizono
2015-02-08
3
-5
/
+21
|
|
/
/
*
|
|
Merge pull request #18848 from kamipo/add_auto_increment_method
Andrew White
2015-02-08
2
-3
/
+7
|
\
\
\
|
*
|
|
Add `auto_increment?` instead of `extra == 'auto_increment'`
Ryuta Kamizono
2015-02-08
2
-3
/
+7
|
|
/
/
*
|
|
Merge pull request #18851 from kamipo/remove_unused_line
Andrew White
2015-02-08
1
-1
/
+0
|
\
\
\
|
*
|
|
Remove unused line
Ryuta Kamizono
2015-02-08
1
-1
/
+0
|
|
/
/
*
|
|
Merge pull request #18852 from kamipo/missing_at
Abdelkader Boudih
2015-02-08
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Missing `@` [ci skip]
Ryuta Kamizono
2015-02-08
1
-1
/
+1
|
/
/
*
|
rm `Type#number?`
Sean Griffin
2015-02-07
17
-29
/
+1
*
|
rm `Type#text?`
Sean Griffin
2015-02-07
6
-14
/
+29
*
|
Move non-type objects into the `Type::Helpers` namespace
Sean Griffin
2015-02-07
19
-104
/
+110
*
|
rm `ActiveRecord::Type::Decorator`
Sean Griffin
2015-02-07
4
-28
/
+0
*
|
Push multi-parameter assignement into the types
Sean Griffin
2015-02-07
12
-108
/
+77
*
|
Merge pull request #18842 from yuki24/simplify-NameError#missing_name
Rafael Mendonça França
2015-02-07
1
-2
/
+1
|
\
\
|
*
|
NameError#missing_name? can jsut use NameError#name if the arg is a Symbol
Yuki Nishijima
2015-02-07
1
-2
/
+1
*
|
|
Merge pull request #18574 from aditya-kapoor/silent-actionmailer-tests
Rafael Mendonça França
2015-02-07
1
-5
/
+16
|
\
\
\
|
*
|
|
remove noise from AM tests
Aditya Kapoor
2015-02-07
1
-5
/
+16
|
|
/
/
*
|
|
Merge pull request #18835 from jtmkrueger/master
Xavier Noria
2015-02-07
1
-0
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use rails favicon.ico instead or ruby favicon.ico for rails guides
John Krueger
2015-02-06
1
-0
/
+0
*
|
|
Merge pull request #14252 from mcfiredrill/make-zones-map-private
Arthur Neves
2015-02-06
2
-9
/
+9
|
\
\
\
|
*
|
|
make zones_map private
Tony Miller
2015-02-06
2
-9
/
+9
|
/
/
/
*
|
|
Merge pull request #18837 from y-yagi/fix-deprecation-warning-in-render-test
Arthur Nogueira Neves
2015-02-06
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use kwargs instead of xhr method. refs #18771.
yuuji.yaginuma
2015-02-07
1
-2
/
+2
|
/
/
*
|
Add link to the show action in the getting started
Rafael Mendonça França
2015-02-06
1
-0
/
+1
*
|
Merge pull request #18834 from mfazekas/fix-i18-for-openstruct
Rafael Mendonça França
2015-02-06
2
-1
/
+13
|
\
\
|
*
|
Fixed undefined method `i18n_key' for nil:NilClass for labels in non AR form_for
Miklos Fazekas
2015-02-06
2
-1
/
+13
|
/
/
*
|
Document the usage of the default option to attribute
Sean Griffin
2015-02-06
1
-0
/
+14
[next]