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
*
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
*
A symbol can be passed to `attribute`, which should be documented
Sean Griffin
2015-02-06
1
-3
/
+4
*
Grammar and RDoc formatting
Sean Griffin
2015-02-06
2
-35
/
+37
*
Remove reference to the now done documentation.rake
Xavier Noria
2015-02-06
1
-1
/
+0
*
README.rdoc -> README.md for newly generated applications
Xavier Noria
2015-02-06
5
-5
/
+9
*
Remove documentation tasks
Xavier Noria
2015-02-06
9
-121
/
+5
*
Docs pass for the attributes API
Sean Griffin
2015-02-06
2
-39
/
+154
*
Raise ArgumentError when passing nil to Relation#merge
Rafael Mendonça França
2015-02-06
3
-1
/
+24
*
Stoping using Relation#merge in default_scoped
Rafael Mendonça França
2015-02-06
1
-1
/
+7
*
Merge pull request #18833 from perceptec/add_only_performed_option
Rafael Mendonça França
2015-02-06
4
-18
/
+186
|
\
|
*
Add an `:only` option to `perform_enqueued_jobs` to filter jobs based on
Michael Ryan
2015-02-06
4
-18
/
+186
|
/
*
Significantly improve the performance of `_read_attribute` on JRuby
Sean Griffin
2015-02-06
2
-4
/
+21
*
Use keyword argument in the find_in_batches API
Rafael Mendonça França
2015-02-06
1
-11
/
+7
*
Allow a symbol to be passed to `attribute`, in place of a type object
Sean Griffin
2015-02-06
16
-22
/
+148
*
Merge branch 'rm-ntp'
Rafael Mendonça França
2015-02-06
4
-27
/
+40
|
\
|
*
Merge pull request #12067 from jackxxu/keep_precision
Rafael Mendonça França
2015-02-06
4
-27
/
+40
|
|
\
|
|
*
Enable number_to_percentage to keep the number's precision by allowing :preci...
Jack Xu
2013-08-28
3
-16
/
+31
*
|
|
Merge pull request #18831 from colinrymer/patch-1
Rafael Mendonça França
2015-02-06
1
-2
/
+2
|
\
\
\
|
*
|
|
Indicate link_to creates an anchor element
Colin Rymer
2015-02-06
1
-2
/
+2
|
|
/
/
*
/
/
Revert "Improve the performance of HWIDA `select` and `reject`"
Sean Griffin
2015-02-06
1
-4
/
+4
|
/
/
*
|
Improve the performance of HWIDA `select` and `reject`
Sean Griffin
2015-02-06
1
-4
/
+4
[next]