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
*
Add Action View to Active Model API documentation
Gabi Stefanini
2016-12-06
1
-1
/
+1
*
Fixes API wording to match API conventions
Gabi Stefanini
2016-12-06
1
-2
/
+2
*
Merge pull request #27251 from ebeigarts/fix-autosave
Sean Griffin
2016-12-06
2
-3
/
+27
|
\
|
*
Improve test without using anonymous classes
Edgars Beigarts
2016-12-06
1
-27
/
+24
|
*
Reload association scope inside autosaved associations
Edgars Beigarts
2016-12-02
2
-3
/
+30
*
|
Merge pull request #27286 from alexcameron89/document_recent_regex_change
Sean Griffin
2016-12-06
1
-0
/
+1
|
\
\
|
*
|
[ci skip] Document regex change
Alex Kitchens
2016-12-06
1
-0
/
+1
|
/
/
*
|
Merge pull request #27285 from MSP-Greg/MSP-Greg_doc1
Matthew Draper
2016-12-07
1
-4
/
+1
|
\
\
|
*
|
ActionCable::Connection::Base doc code sample syntax error
MSP-Greg
2016-12-06
1
-4
/
+1
*
|
|
Merge pull request #25451 from kamipo/translate_not_null_violation_to_specifi...
Sean Griffin
2016-12-06
7
-8
/
+33
|
\
\
\
|
*
|
|
Translate NOT NULL violation to the specific exception
Ryuta Kamizono
2016-12-06
7
-8
/
+33
|
|
/
/
*
|
|
Merge pull request #27275 from kamipo/should_inherit_statement_invalid
Sean Griffin
2016-12-06
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Should inherit `StatementInvalid` rather than `WrappedDatabaseException`
Ryuta Kamizono
2016-12-06
1
-1
/
+1
*
|
|
Merge pull request #27280 from brchristian/patch-1
Jeremy Daer
2016-12-05
1
-6
/
+6
|
\
\
\
|
*
|
|
Update puma.rb
brchristian
2016-12-05
1
-6
/
+6
|
/
/
/
*
|
|
Merge pull request #26687 from kamipo/fix_add_index_to_normalize_options
Matthew Draper
2016-12-06
4
-0
/
+9
|
\
\
\
|
*
|
|
Fix `add_index` to normalize column names and options
Ryuta Kamizono
2016-10-03
4
-1
/
+10
*
|
|
|
Merge pull request #27277 from kamipo/remove_unnecessary_variable
Matthew Draper
2016-12-06
1
-2
/
+1
|
\
\
\
\
|
*
|
|
|
Remove unnecessary `connection_name` variable
Ryuta Kamizono
2016-12-06
1
-2
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #27274 from kamipo/primary_key_with_auto_increment_and_bigint
Matthew Draper
2016-12-06
3
-11
/
+25
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Make `:auto_increment` option works on `:bigint`
Ryuta Kamizono
2016-12-06
3
-11
/
+25
*
|
|
|
Do not try to set the content_type if the format is nil
Rafael Mendonça França
2016-12-05
1
-1
/
+1
*
|
|
|
Merge pull request #26266 from jmccartie/jm/bigint
Sean Griffin
2016-12-05
22
-74
/
+332
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Make pg adapter use bigserial for pk by default
Pavel Pravosud
2016-12-05
11
-3
/
+262
|
*
|
|
Change MySQL and Postgresql to use Bigint primary keys
Jon McCartie
2016-12-05
16
-75
/
+74
|
/
/
/
*
|
|
Merge pull request #27272 from kamipo/make_auto_increment_to_internal_primary...
Sean Griffin
2016-12-05
4
-1
/
+65
|
\
\
\
|
*
|
|
Make `:auto_increment` to internal primary key option
Ryuta Kamizono
2016-12-06
4
-1
/
+65
|
/
/
/
*
|
|
Don't try to run multiple insert queries at once
Sean Griffin
2016-12-05
1
-5
/
+9
*
|
|
Merge pull request #27269 from amaierhofer/adjust_link_to_api_doc
Sean Griffin
2016-12-05
1
-4
/
+3
|
\
\
\
|
*
|
|
Update url_helper.rb, adjust link_to api doc
Andreas Maierhofer
2016-12-05
1
-4
/
+3
*
|
|
|
Merge pull request #27264 from kamipo/fix_change_column_lose_comment
Sean Griffin
2016-12-05
2
-2
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix that `change_column` lose a comment
Ryuta Kamizono
2016-12-05
2
-2
/
+5
*
|
|
|
Merge pull request #27267 from prathamesh-sonpatki/fullstop
Kasper Timm Hansen
2016-12-05
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Add fullstop following the pattern used in rest of the file
Prathamesh Sonpatki
2016-12-05
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #27266 from simi/patch-1
Guillermo Iguaran
2016-12-04
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix binstop -> binstub typo in railties changelog.
Josef Šimánek
2016-12-05
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #27258 from y-yagi/stop_using_removed_render_text
Kasper Timm Hansen
2016-12-03
4
-5
/
+5
|
\
\
\
|
*
|
|
stop using removed `render :text`
yuuji.yaginuma
2016-12-03
4
-5
/
+5
*
|
|
|
Merge pull request #27257 from koic/use_standard_name_javascript
Xavier Noria
2016-12-03
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Use JavaScripts instead of Javascripts in `rake stats`
Koichi ITO
2016-12-03
1
-1
/
+1
|
/
/
/
/
*
|
|
/
Remove unused argument
Rafael Mendonça França
2016-12-02
2
-16
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #27250 from y-yagi/use_binstub_in_bin_update
Guillermo Iguaran
2016-12-01
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use yarn binstub in `bin/update`
yuuji.yaginuma
2016-12-02
1
-1
/
+1
|
/
/
*
|
Exclude singleton classes from `subclasses` and `descendants`
Sean Griffin
2016-12-01
2
-0
/
+11
*
|
Stop using the `pg` Float encoder
Sean Griffin
2016-12-01
1
-1
/
+0
*
|
Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245)
David Heinemeier Hansson
2016-12-01
8
-12
/
+16
*
|
Merge pull request #27240 from nanaya/accidentally-heading
Matthew Draper
2016-12-01
1
-2
/
+2
|
\
\
|
*
|
Fix issue number from becoming markdown header
nanaya
2016-12-01
1
-2
/
+2
|
/
/
*
|
Merge pull request #27233 from utilum/27202_remove_outdated_tip_in_form_helpe...
Jon Moss
2016-11-30
1
-2
/
+0
|
\
\
|
*
|
Fixes #27202, [ci skip]
utilum
2016-11-30
1
-2
/
+0
|
/
/
[next]