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
...
|
*
|
charset should not be appended for `head` responses
Yves Senn
2012-12-31
4
-3
/
+25
*
|
|
Define [], []=, permanent, signed and encrypted as the only allowed methods f...
Santiago Pastorino
2012-12-30
1
-9
/
+57
*
|
|
Merge pull request #8546 from hsbt/fix-testcase-strict-warning
Santiago Pastorino
2012-12-30
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
change spy of after invoked controller action. because ruby-2.0.0 waned unus...
SHIBATA Hiroshi
2012-12-20
1
-1
/
+2
*
|
|
Revert "Rails 4.0 is going to depend on Rack 1.5.x so let's test against Rack...
Guillermo Iguaran
2012-12-30
1
-1
/
+0
*
|
|
Point to guides.rubyonrails.org instead of edgeguides.rubyonrails.org
Santiago Pastorino
2012-12-30
1
-2
/
+2
*
|
|
Merge pull request #8651 from tjouan/activerecord-structure_dump-ending_nl
Rafael Mendonça França
2012-12-30
1
-1
/
+3
|
\
\
\
|
*
|
|
Fix missing ending newline in db structure dump:
Thibault Jouan
2012-12-30
1
-1
/
+3
*
|
|
|
Improve secret_token deprecation message
Santiago Pastorino
2012-12-30
1
-3
/
+4
|
/
/
/
*
|
|
Merge pull request #8656 from arunagw/warning_removed_shadowing_var
Guillermo Iguaran
2012-12-30
1
-2
/
+2
|
\
\
\
|
*
|
|
warning removed: shadowing outer local variable
Arun Agrawal
2012-12-30
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #8647 from nishantmodak/patch-2
Vijay Dev
2012-12-29
1
-1
/
+1
|
\
\
\
|
*
|
|
Update documentation for yml usage
Nishant Modak
2012-12-30
1
-1
/
+1
*
|
|
|
Rails 4.0 is going to depend on Rack 1.5.x so let's test against Rack master
Santiago Pastorino
2012-12-29
1
-0
/
+1
*
|
|
|
Merge pull request #8650 from codeodor/patch-1
Guillermo Iguaran
2012-12-29
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix up/down column change example code formatting
Sammy Larbi
2012-12-29
1
-1
/
+1
|
/
/
/
/
*
|
|
|
add missing require and fixtures
Aaron Patterson
2012-12-29
1
-0
/
+3
*
|
|
|
fix time typcasting on group counts in PG
Aaron Patterson
2012-12-28
2
-2
/
+11
*
|
|
|
mysql does not return alias names, so fall back
Aaron Patterson
2012-12-28
1
-4
/
+10
|
/
/
/
*
|
|
Test that assert_not returns true. Use assert_raises instead of doing begin/r...
Jeremy Kemper
2012-12-28
1
-17
/
+7
*
|
|
fix PG typecasting errors
Aaron Patterson
2012-12-28
2
-22
/
+12
*
|
|
Merge pull request #8644 from acapilleri/abstract_mysql
Rafael Mendonça França
2012-12-28
1
-2
/
+6
|
\
\
\
|
*
|
|
small refactoring, added blob_or_text_colum? in AbstractMysqlAdapter
Angelo Capilleri
2012-12-28
1
-2
/
+6
|
/
/
/
*
|
|
Merge pull request #8636 from senny/work_off_fixme_in_rename_column_test
Rafael Mendonça França
2012-12-28
1
-9
/
+22
|
\
\
\
|
*
|
|
work off FIXME comments in AR rename_column_test.rb
Yves Senn
2012-12-28
1
-9
/
+22
*
|
|
|
Revert "Install binstubs by default"
Jeremy Kemper
2012-12-28
2
-4
/
+4
|
/
/
/
*
|
/
Revert "Detect rbenv and update the shebang"
Jeremy Kemper
2012-12-28
3
-18
/
+1
|
|
/
|
/
|
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-12-29
2
-5
/
+1
|
\
\
|
*
|
Revert "Add rake test description"
Vijay Dev
2012-12-29
1
-2
/
+0
|
*
|
Revert "Add rake default to description"
Vijay Dev
2012-12-29
1
-1
/
+1
|
*
|
Revert "reminder to run bundle after setting up rails-dev-box"
Vijay Dev
2012-12-29
1
-7
/
+0
|
*
|
Fixed couple of typos
Fabrizio Regini
2012-12-27
1
-1
/
+1
|
*
|
removed TIP: :allow_nil/:allow_blank is ignored by the presence validator
Colin Kelley
2012-12-26
1
-4
/
+0
|
*
|
reminder to run bundle after setting up rails-dev-box
Ace Suares
2012-12-24
1
-0
/
+7
|
*
|
Add rake test description
sanemat
2012-12-24
1
-0
/
+2
|
*
|
Add rake default to description
sanemat
2012-12-24
1
-1
/
+1
*
|
|
Merge pull request #8641 from arunagw/warning_removed_unused_var
Steve Klabnik
2012-12-28
1
-1
/
+2
|
\
\
\
|
*
|
|
Remove 'assigned but unused variable' warning
Arun Agrawal
2012-12-28
1
-1
/
+2
*
|
|
|
Introduce assert_not to replace 'assert !foo'
Jeremy Kemper
2012-12-28
3
-0
/
+39
|
/
/
/
*
|
|
Consistent punctuation for @jaroslawr :bowtie:
Jeremy Kemper
2012-12-27
1
-1
/
+1
*
|
|
Merge pull request #8634 from senny/rewrite_order_dependent_test_case
Rafael Mendonça França
2012-12-27
1
-1
/
+2
|
\
\
\
|
*
|
|
rewrite order dependent test case. #8185
Yves Senn
2012-12-27
1
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #8627 from schneems/schneems/routes-1-9
Rafael Mendonça França
2012-12-26
1
-1
/
+1
|
\
\
\
|
*
|
|
Ruby 1.9 style hash in Route Inspector
schneems
2012-12-27
1
-1
/
+1
*
|
|
|
Make test logs easier to read.
Jeremy Kemper
2012-12-26
2
-13
/
+11
*
|
|
|
Extract the component rendering of collection_radio_buttons and
Rafael Mendonça França
2012-12-26
2
-2
/
+14
*
|
|
|
Fix collection_radio_buttons with the option `:checked` with value of
Rafael Mendonça França
2012-12-26
2
-1
/
+8
*
|
|
|
This change doesn't need a CHANGELOG entry.
Rafael Mendonça França
2012-12-26
1
-5
/
+0
*
|
|
|
Add CHANGELOG entry for #8622
Rafael Mendonça França
2012-12-26
2
-2
/
+7
*
|
|
|
Merge pull request #8598 from NARKOZ/refactor-highlight
Santiago Pastorino
2012-12-26
1
-2
/
+2
|
\
\
\
\
[prev]
[next]