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
...
|
*
Getting Started: Rails 3.2 -> Rails 4.
Steve Klabnik
2012-11-29
1
-1
/
+1
|
*
Revert "correct css selector for the display of validation error messages: ch...
Xavier Noria
2012-11-28
1
-4
/
+4
|
*
Clarifies the cookie store docs a bit and uses correct Markdown syntax for pr...
Andy Lindeman
2012-11-27
1
-1
/
+1
|
*
Adding a note about :inverse_of for validations.
Steve Klabnik
2012-11-27
1
-0
/
+8
|
*
Fix validation based on object not _id.
Steve Klabnik
2012-11-27
1
-2
/
+2
|
*
correct css selector for the display of validation error messages: changed #e...
Harper Henn
2012-11-27
1
-4
/
+4
|
*
Set fixed-width style where appropriate on Getting Started guide.
Hendy Tanata
2012-11-27
1
-2
/
+2
|
*
Merge pull request #119 from c0/master
Caleb Wright
2012-11-25
1
-1
/
+1
|
|
\
|
|
*
Update guides/source/active_record_validations_callbacks.md
Caleb Wright
2012-11-25
1
-1
/
+1
|
|
/
|
*
Revert "Updated with where functional/helper tests go"
Jason Noble
2012-11-25
1
-2
/
+2
|
*
Reword Post model to note there are lines not shown
Jason Noble
2012-11-24
1
-1
/
+2
|
*
We should use post_path, not post_url
Jason Noble
2012-11-24
1
-1
/
+1
|
*
Updated with where functional/helper tests go
Jason Noble
2012-11-24
1
-2
/
+2
|
*
Moved position of has_many
Jason Noble
2012-11-24
1
-2
/
+3
|
*
Added new line to make it more readable
Jason Noble
2012-11-24
1
-1
/
+2
|
*
Changed the Using Partials section to read a little better
Jason Noble
2012-11-24
1
-25
/
+4
|
*
Modified "Allowing the update of fields" section
Jason Noble
2012-11-24
1
-12
/
+6
|
*
Update version numbers of Ruby and Rails
Jason Noble
2012-11-24
1
-2
/
+2
|
*
Updated link to RubyGems site
Jason Noble
2012-11-24
1
-1
/
+1
*
|
Fix typo in AS guide [ci skip]
Carlos Antonio da Silva
2012-12-01
1
-2
/
+2
*
|
copy-edits the docs of 9ee0ffb
Xavier Noria
2012-12-01
1
-7
/
+5
*
|
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
|
/
/
[prev]
[next]