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
*
did a pass over the AS changelog [ci skip]
Xavier Noria
2013-02-24
1
-55
/
+61
*
Merge pull request #9391 from senny/8663_broken_hmt_ordering_with_includes
Rafael Mendonça França
2013-02-24
3
-2
/
+13
|
\
|
*
don't apply invalid ordering when preloading hmt associations.
Yves Senn
2013-02-24
3
-2
/
+13
*
|
Merge pull request #9402 from senny/9356_update_guides
Rafael Mendonça França
2013-02-24
1
-9
/
+7
|
\
\
|
*
|
update the example for `after_commit` in the guides.
Yves Senn
2013-02-24
1
-9
/
+7
|
|
/
*
|
did a pass over the AM changelog [ci skip]
Xavier Noria
2013-02-24
1
-15
/
+35
*
|
Merge pull request #9401 from sikachu/master-remove-builder-option
Rafael Mendonça França
2013-02-24
12
-183
/
+7
|
\
\
|
|
/
|
/
|
|
*
Remove `--builder` option from `rails` command
Prem Sichanugrist
2013-02-24
12
-183
/
+7
*
|
Merge pull request #9400 from senny/remove_auto_explain_threshold_in_seconds
Xavier Noria
2013-02-24
14
-223
/
+39
|
\
\
|
*
|
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
14
-223
/
+39
|
|
/
*
|
Use sprockets-rails 2.0.0.rc3 in new apps
Guillermo Iguaran
2013-02-24
2
-2
/
+2
*
|
Merge pull request #9399 from neerajdotname/7832-dependent-option
Rafael Mendonça França
2013-02-24
1
-2
/
+2
|
\
\
|
*
|
Updated doc to clarify about update_all and delete_all
Neeraj Singh
2013-02-24
1
-2
/
+2
*
|
|
Mention the extraction of Active Resource in the upgrading guide
Rafael Mendonça França
2013-02-24
1
-0
/
+4
*
|
|
Mention the removal of attr_accessible and attr_protected in the upgrading guide
Rafael Mendonça França
2013-02-24
1
-0
/
+2
|
/
/
*
|
Skip connection url test when the machine is using socket configuration.
Rafael Mendonça França
2013-02-24
1
-0
/
+3
*
|
Do not type cast all the database url values.
Rafael Mendonça França
2013-02-24
8
-56
/
+32
|
/
*
Merge pull request #9398 from senny/revert_precompile_config_move
Guillermo Iguaran
2013-02-24
3
-10
/
+6
|
\
|
*
Revert "move config.assets.precompile into config/application.rb"
Yves Senn
2013-02-24
3
-10
/
+6
|
/
*
fix respond_to without blocks not working if one of the blocks is all
grosser
2013-02-24
4
-1
/
+25
*
Merge pull request #9356 from senny/988_multiple_actions_for_after_commit
Steve Klabnik
2013-02-24
3
-14
/
+60
|
\
|
*
multiple actions for :on option with `after_commit` and `after_rollback`
Yves Senn
2013-02-21
3
-14
/
+60
*
|
Merge pull request #9397 from senny/9201_duplicate_associations_with_natural_key
Rafael Mendonça França
2013-02-24
2
-0
/
+12
|
\
\
|
*
|
test case to prevent duplicated associations with custom PK.
Yves Senn
2013-02-24
2
-0
/
+12
|
/
/
*
|
Merge pull request #9395 from yahonda/oracle_index_length
Carlos Antonio da Silva
2013-02-23
1
-2
/
+10
|
\
\
|
*
|
Oracle enhanced adapter shortens its name if it is longer than 30 bytes
Yasuo Honda
2013-02-24
1
-2
/
+10
|
/
/
*
|
Merge pull request #9394 from senny/actually_rename_the_test_case
Rafael Mendonça França
2013-02-23
1
-1
/
+1
|
\
\
|
*
|
also rename the test-case class inside columns_test.rb
Yves Senn
2013-02-24
1
-1
/
+1
|
/
/
*
|
Revert "prevent minitest from printing a --seed run option"
Xavier Noria
2013-02-24
1
-12
/
+2
*
|
prevent minitest from printing a --seed run option
Xavier Noria
2013-02-24
1
-2
/
+12
*
|
registers the encrypted session store in the AP changelog
Xavier Noria
2013-02-23
1
-0
/
+4
*
|
Merge pull request #9393 from rubys/master
Guillermo Iguaran
2013-02-23
1
-1
/
+1
|
\
\
|
*
|
guides/rails_guides moved up and out of the railties directory
Sam Ruby
2013-02-23
1
-1
/
+1
*
|
|
adds a missing LIMIT 1 in #take docs
Xavier Noria
2013-02-23
1
-1
/
+1
|
/
/
*
|
Merge pull request #9389 from senny/forwardport_9388
Carlos Antonio da Silva
2013-02-23
1
-1
/
+15
|
\
\
|
*
|
rename_column_test.rb -> columns_test.rb to reveal intent.
Yves Senn
2013-02-23
1
-0
/
+0
|
*
|
forwardport #9388 rename/remove column preserves custom PK.
Yves Senn
2013-02-23
1
-1
/
+15
|
/
/
*
|
Merge pull request #9387 from boukevanderbijl/master
Carlos Antonio da Silva
2013-02-23
1
-1
/
+1
|
\
\
|
*
|
Fix debug helper not inspecting on Exception
Bouke van der Bijl
2013-02-23
1
-1
/
+1
|
/
/
*
|
Move number_to_human test from AP to AS
Carlos Antonio da Silva
2013-02-22
2
-5
/
+7
*
|
Changelog improvements, use 1.9 style hash in examples [ci skip]
Carlos Antonio da Silva
2013-02-22
2
-14
/
+13
*
|
Merge pull request #9347 from hoffm/number_to_human_bug
Steve Klabnik
2013-02-22
3
-1
/
+19
|
\
\
|
*
|
Address edge case for number_to_human with units option.
hoffm
2013-02-22
3
-1
/
+19
*
|
|
Merge pull request #9384 from eval/documentation_of_minute
Carlos Antonio da Silva
2013-02-22
2
-4
/
+4
|
\
\
\
|
*
|
|
Correct comment for (beginning|end)_of_minute
Gert Goet
2013-02-22
2
-4
/
+4
|
/
/
/
*
/
/
Fix backwards compatibility with Rails 3 apps.
Steve Klabnik
2013-02-22
3
-40
/
+52
|
/
/
*
|
Merge pull request #9334 from NARKOZ/time_tag
Andrew White
2013-02-21
2
-19
/
+21
|
\
\
|
*
|
document setting custom datetime attribute for time_tag helper
Nihad Abbasov
2013-02-22
1
-0
/
+2
|
*
|
fix time_tag helper and update tests to not rely on dynamically generated values
Nihad Abbasov
2013-02-22
2
-19
/
+19
*
|
|
Merge pull request #9365 from gaganawhad/core-ext-beginning-of-minute
Andrew White
2013-02-21
6
-0
/
+61
|
\
\
\
[next]