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 some missing formats in the release guide
Vijay Dev
2012-01-11
1
-5
/
+5
*
|
|
Merge pull request #4412 from kennyj/fix_3743
Santiago Pastorino
2012-01-11
1
-0
/
+2
|
\
\
\
|
*
|
|
Fix GH #3743. We must specify rdoc option's encoding.
kennyj
2012-01-12
1
-0
/
+2
|
/
/
/
*
/
/
Some revisions to the release notes guide
Vijay Dev
2012-01-11
1
-13
/
+13
|
/
/
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-01-11
7
-20
/
+27
|
\
\
|
*
|
Update Active Support Constants guide for 1.9.
Hendy Tanata
2012-01-10
1
-12
/
+10
|
*
|
Add missing end
Rafael Mendonça França
2012-01-10
1
-0
/
+1
|
*
|
add documentation explaining reorder behavior
Matt Jones
2012-01-09
1
-0
/
+10
|
*
|
Substitute "gem" for "plugin" in contributing guide
Jo Liss
2012-01-08
1
-2
/
+2
|
*
|
Made an example a little more realistic
codesnik
2012-01-07
1
-1
/
+1
|
*
|
Expanded rdoc about primary keys being protected from mass assignment.
Joost Baaij
2012-01-06
1
-1
/
+2
|
*
|
remove ruby 1.8 example from Array.wrap documentation
Sergey Nartimov
2012-01-05
1
-3
/
+0
|
*
|
Update ConfirmationValidator docs, correct when the validator runs
Alan Harper
2012-01-05
1
-1
/
+1
*
|
|
Merge pull request #4408 from tomstuart/read-and-write-attribute-aliases
Santiago Pastorino
2012-01-11
2
-5
/
+46
|
\
\
\
|
*
|
|
Revert "Base#[] and Base#[]= are aliases so implement them as aliases :)"
Tom Stuart
2012-01-11
1
-4
/
+6
|
*
|
|
Test that #[] and #[]= keep working when #read_attribute and #write_attribute...
Tom Stuart
2012-01-11
1
-0
/
+33
|
*
|
|
Test ActiveRecord::Base#[]= as well as #write_attribute
Tom Stuart
2012-01-11
1
-1
/
+7
*
|
|
|
Merge pull request #4404 from rizwanreza/edits-to-spastorino-upgrade-notes
Santiago Pastorino
2012-01-11
1
-11
/
+8
|
/
/
/
*
|
|
all tested database support migrations, so stop making the tests conditional
Aaron Patterson
2012-01-10
1
-1436
/
+1434
*
|
|
adding missing require
Aaron Patterson
2012-01-10
1
-0
/
+2
*
|
|
move column ordering tests to it's own class
Aaron Patterson
2012-01-10
3
-56
/
+60
*
|
|
deprecate the subdirectories parameter to `migrations`
Aaron Patterson
2012-01-10
1
-2
/
+10
*
|
|
Add "What to update in your apps" section to the release notes guide
Santiago Pastorino
2012-01-10
1
-0
/
+29
*
|
|
refactoring migration test
Aaron Patterson
2012-01-10
2
-447
/
+415
*
|
|
dropping support for `schema_info`.
Aaron Patterson
2012-01-10
2
-12
/
+3
*
|
|
Remove dead code
Santiago Pastorino
2012-01-10
1
-4
/
+0
*
|
|
Add CHANGELOG entry
Santiago Pastorino
2012-01-10
1
-0
/
+2
*
|
|
Rails initialization with initialize_on_precompile = false should set assets_dir
Santiago Pastorino
2012-01-10
2
-1
/
+10
*
|
|
Merge pull request #4399 from kennyj/problem_when_i_execute_drop_table
Aaron Patterson
2012-01-10
2
-6
/
+34
|
\
\
\
|
*
|
|
migrate(:down) method with table_name_prefix
kennyj
2012-01-11
2
-6
/
+34
*
|
|
|
Merge pull request #4395 from rafaelfranca/fix_ac_test_case
José Valim
2012-01-09
2
-6
/
+15
|
\
|
|
|
|
*
|
|
AC:TestCase::Behavior#head only accepts parameters as second argument
Rafael Mendonça França
2012-01-10
2
-1
/
+5
|
*
|
|
Whitespaces :scissors:
Rafael Mendonça França
2012-01-10
1
-4
/
+4
|
*
|
|
Fix ActionController::TestCase::Behavior.head
Rafael Mendonça França
2012-01-10
2
-1
/
+6
|
/
/
/
*
|
|
no need for extra method calls inside the framework
Aaron Patterson
2012-01-09
1
-1
/
+1
*
|
|
Merge pull request #4370 from EnlightSolutions/validates_unique_association
Aaron Patterson
2012-01-09
2
-1
/
+38
|
\
\
\
|
*
|
|
allow association as 1st uniqueness validation arg
Dan Pickett
2012-01-06
2
-1
/
+21
|
*
|
|
allow an association as a scope parameter
Dan Pickett
2012-01-06
2
-0
/
+17
*
|
|
|
Merge pull request #4371 from rafaelfranca/test_unit_cleanup
Aaron Patterson
2012-01-09
4
-19
/
+7
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Whitespaces :scissors:
Rafael Mendonça França
2012-01-06
1
-1
/
+1
|
*
|
|
Remove unneeded code
Rafael Mendonça França
2012-01-06
1
-13
/
+0
|
*
|
|
Test constant is not defined anymore
Rafael Mendonça França
2012-01-06
1
-3
/
+5
|
*
|
|
Use MiniTest::Assertions instead of Test::Unit::Assertions
Rafael Mendonça França
2012-01-06
1
-2
/
+1
*
|
|
|
Merge pull request #4385 from r-stu31/static_compiler_option_zip_files
José Valim
2012-01-08
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Extend the set of compressible files by some common types.
r-stu31
2012-01-08
1
-1
/
+1
|
*
|
|
|
Enable to handle over in options the regexp determining which files to gzip.
r-stu31
2012-01-08
1
-1
/
+2
|
/
/
/
/
*
|
|
|
Fix tests, ./ is not needed for relative entries in Gemfile in newest bundler...
Piotr Sarnacki
2012-01-07
1
-2
/
+2
*
|
|
|
No need to check for 'draw do |map|' anymore
Piotr Sarnacki
2012-01-07
1
-1
/
+1
*
|
|
|
Add Gemfile entry when creating a plugin in application's directory
Piotr Sarnacki
2012-01-07
2
-1
/
+63
*
|
|
|
Merge pull request #4378 from lest/changes-1-9
José Valim
2012-01-07
5
-31
/
+31
|
\
\
\
\
[prev]
[next]