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
...
*
|
Merge pull request #8246 from urielka/uriel-fixed-8167
Xavier Noria
2012-12-01
9
-19
/
+244
|
\
\
|
*
|
Patched Marshal#load to work with constant autoloading (active_support/depend...
Uriel Katz
2012-12-01
9
-19
/
+244
|
/
/
*
|
Make `Time.zone.parse` to work with JavaScript date strings
Andrew White
2012-12-01
3
-25
/
+36
*
|
Merge pull request #8387 from claudiob/remove_ar_observer_from_docs
Santiago Pastorino
2012-11-30
2
-19
/
+0
|
\
\
|
*
|
Remove references to AR::Observer from docs
claudiob
2012-11-30
2
-19
/
+0
|
/
/
*
|
Merge pull request #8385 from frodsan/strings_love
Rafael Mendonça França
2012-11-30
2
-3
/
+30
|
\
\
|
*
|
hash filters should be accessed with symbols or strings
Francesco Rodriguez
2012-11-30
2
-3
/
+30
|
/
/
*
|
Use separate Relation subclasses for each AR class
Jon Leighton
2012-11-30
5
-56
/
+156
*
|
Simplify keys order test for as_json in Active Model
Carlos Antonio da Silva
2012-11-30
1
-4
/
+1
*
|
Fix memory leak in development mode
Jon Leighton
2012-11-30
2
-15
/
+16
*
|
Mark Relation mutators as :nodoc:
Jon Leighton
2012-11-30
2
-48
/
+23
*
|
Merge pull request #8381 from aderyabin/unnecessary_monkey_patch
Carlos Antonio da Silva
2012-11-30
2
-13
/
+0
|
\
\
|
*
|
Revert "Fix annoy warning, when executing testcase."
Andrey Deryabin
2012-11-30
2
-13
/
+0
|
/
/
*
|
Merge pull request #8378 from steveklabnik/split_validations_callbacks_guide
Rafael Mendonça França
2012-11-29
4
-354
/
+374
|
\
\
|
*
|
Split Validations and Callbacks into separate guides.
Steve Klabnik
2012-11-29
4
-354
/
+374
|
/
/
*
|
Merge pull request #8372 from amparo-luna/gemfile_source_url
Rafael Mendonça França
2012-11-29
1
-1
/
+1
|
\
\
|
*
|
Gemfile source url for plugins updated
Amparo Luna
2012-11-29
1
-1
/
+1
*
|
|
Move instantiation responsibilities from Inheritance to Persistence. Have Inh...
Jeremy Kemper
2012-11-29
2
-24
/
+50
|
/
/
*
|
User assert_kind_of, invert assert_equal expectations
Carlos Antonio da Silva
2012-11-29
4
-12
/
+12
*
|
Tiny refactor
Santiago Pastorino
2012-11-29
1
-4
/
+1
*
|
Merge pull request #8363 from Takehiro-Adachi/add-string-options-examples-to-...
Carlos Antonio da Silva
2012-11-29
1
-3
/
+9
|
\
\
|
*
|
added examples when options is string
Takehiro Adachi
2012-11-29
1
-3
/
+9
*
|
|
Merge pull request #8356 from senny/add_links_to_rails4_guide
Xavier Noria
2012-11-29
1
-5
/
+26
|
\
\
\
|
*
|
|
augment the rails4 guide with links to PRs
Yves Senn
2012-11-29
1
-5
/
+12
|
*
|
|
add list of extracted plugins to rails4 guide
Yves Senn
2012-11-29
1
-0
/
+14
|
/
/
/
*
|
|
Added STI support to init and building associations
Jason Rush
2012-11-29
11
-1
/
+163
*
|
|
Merge pull request #7961 from exviva/seconds_until_end_of_day
Andrew White
2012-11-28
5
-1
/
+84
|
\
\
\
|
*
|
|
Add #seconds_until_end_of_day to DateTime and Time
Olek Janiszewski
2012-11-29
5
-1
/
+84
|
/
/
/
*
/
/
Add CHANGELOG entries for the observes extraction
Rafael Mendonça França
2012-11-29
3
-0
/
+12
|
/
/
*
|
Merge pull request #8361 from lucasmazza/typo
Rafael Mendonça França
2012-11-28
1
-1
/
+1
|
\
\
|
*
|
Fix typo in the Observers deprecation message. [ci skip]
Lucas Mazza
2012-11-28
1
-1
/
+1
|
/
/
*
|
Merge branch 'extract_observers'
Rafael Mendonça França
2012-11-28
39
-1961
/
+26
|
\
\
|
*
|
Gracefully handle upgrading apps with observers
Rafael Mendonça França
2012-11-28
1
-0
/
+12
|
*
|
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
39
-1961
/
+14
|
/
/
*
|
Merge pull request #8261 from steveklabnik/fix_mb_chars
Carlos Antonio da Silva
2012-11-28
3
-10
/
+8
|
\
\
|
*
|
Simplify String#mb_chars and stop proxying #class
Steve Klabnik
2012-11-28
3
-6
/
+7
|
*
|
Fix documentation for String#mb_chars.
Steve Klabnik
2012-11-28
1
-4
/
+1
|
/
/
*
|
Merge pull request #8355 from steveklabnik/update_7418
Rafael Mendonça França
2012-11-28
3
-0
/
+12
|
\
\
|
*
|
Ensure that associations have a symbol argument.
Steve Klabnik
2012-11-28
3
-0
/
+12
*
|
|
Merge pull request #8352 from steveklabnik/update_7858
Rafael Mendonça França
2012-11-28
3
-3
/
+18
|
\
\
\
|
*
|
|
Specify type of singular association during serialization
Steve Klabnik
2012-11-28
3
-3
/
+18
|
|
/
/
*
|
|
Merge pull request #8350 from claudiob/restore_default_require_paths
José Valim
2012-11-28
1
-1
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Revert "rails gem has no lib directory to require"
claudiob
2012-11-28
1
-1
/
+0
|
/
/
*
|
Fix some indentation in the postgresql_specific_schema
Rafael Mendonça França
2012-11-28
1
-9
/
+9
*
|
Add comment to a table without model.
Rafael Mendonça França
2012-11-28
1
-0
/
+1
*
|
Use assert_nil instead of assert_equal
Rafael Mendonça França
2012-11-28
2
-3
/
+3
*
|
Use "refute" instead of "assert !"
Carlos Antonio da Silva
2012-11-27
1
-6
/
+5
*
|
prevent Dependencies#remove_const from autoloading parents [fixes #8301]
Xavier Noria
2012-11-28
2
-32
/
+54
*
|
Merge pull request #8318 from Empact/fixture-file
Rafael Mendonça França
2012-11-27
2
-5
/
+19
|
\
\
|
*
|
Use File.join to better integrate fixture_path in fixture_file_upload.
Ben Woosley
2012-11-26
2
-5
/
+19
[prev]
[next]