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
...
|
*
Reorganized initializers a bit to enable better hooks for common cases withou...
wycats
2010-05-15
11
-52
/
+154
|
*
Remove the need for a special action_mailer.url_for initializer that loads be...
wycats
2010-05-15
2
-66
/
+86
|
*
Added Rake task rails:templates:copy to copy templates for customization [#45...
Jeroen van Dijk + Rodrigo Urubatan
2010-05-15
1
-0
/
+22
|
*
Add missing require to with_options [#4601 state:resolved]
Carlos Antonio da Silva
2010-05-15
1
-0
/
+2
|
*
STI should not ignore type condition while applying scopes from parent class ...
Neeraj Singh
2010-05-15
2
-5
/
+6
|
*
Bundler deprecated options in Gemfile with application template using method ...
Adrian Sanchez
2010-05-15
2
-3
/
+14
|
*
Accept :alt => nil on image_tag [#4558 state:resolved]
Marc-Andre Lafortune
2010-05-15
2
-2
/
+3
|
*
ActiveResource shouldn't consider modules in the path
Santiago Pastorino
2010-05-15
3
-16
/
+12
|
*
Improve previous patch a bit [#3645 state:resolved]
José Valim
2010-05-15
3
-9
/
+11
|
*
Let label helpers accept blocks.
Stephen Celis
2010-05-15
4
-21
/
+56
|
*
Modified default_scope to merge with any pre-existing default_scope
David Chelimsky + Brian Tatnall
2010-05-15
2
-3
/
+34
|
*
Better code formatting and proper line numbers for stack traces
Neeraj Singh
2010-05-14
4
-19
/
+19
|
*
To allow proper fisting of stack trace
Santiago Pastorino
2010-05-14
1
-3
/
+3
|
*
Changed encoding behaviour of mail, so updated tests in actionmailer and bump...
Mikel Lindsaar
2010-05-14
3
-4
/
+8
|
*
minor changes to instance level validations implementation based on feedback ...
Josh Kalderimis
2010-05-13
4
-38
/
+17
|
*
validation macros can now be used within an instance
Josh Kalderimis
2010-05-13
13
-14
/
+114
|
*
defines prev_(month|year) in Date and Time to ease transition to 1.9, and dep...
Xavier Noria
2010-05-12
7
-34
/
+77
|
*
Fixes to_json and to_xml for ActiveResource
Santiago Pastorino
2010-05-12
1
-6
/
+15
|
*
Revert "Refactor of active_model/naming.rb and allow collection and element t...
Santiago Pastorino
2010-05-12
2
-59
/
+5
|
*
Make ActiveResource serialize XML correctly when element_name is set.
Santiago Pastorino
2010-05-12
4
-7
/
+54
|
*
Refactor of active_model/naming.rb and allow collection and element to be wri...
Santiago Pastorino
2010-05-12
2
-5
/
+59
|
*
Make use of to_xml and to_json in tests
Santiago Pastorino
2010-05-12
1
-2
/
+7
|
*
revises the rdoc of #average according to 5f3bd55, and realigns when clauses
Xavier Noria
2010-05-12
1
-5
/
+4
|
*
type_cast_calculated_value refactor: value is never a Fixnum here. Fix test s...
Santiago Pastorino
2010-05-11
2
-3
/
+2
|
*
Gemfile requires sqlite3-ruby 1.3.0.beta.1
Xavier Noria
2010-05-12
1
-1
/
+1
|
*
Make sure timestamp is properly referenced
Blake Smith
2010-05-11
1
-1
/
+1
|
*
Remove undocumented save_without_validation!
Pratik Naik
2010-05-11
2
-10
/
+0
|
*
Use arel instead of sql strings
Pratik Naik
2010-05-11
1
-6
/
+5
|
*
Succint save definition
Pratik Naik
2010-05-11
1
-4
/
+2
|
*
corrected error message in session/cookie_store [#4546 state:resolved]
Josh Kalderimis
2010-05-10
1
-1
/
+1
|
*
Make sure valid? preceives the context as in ActiveModel API (ht: Carlos Anto...
José Valim
2010-05-10
4
-26
/
+45
|
*
Make sure schema dumper doesnt throw up when there are no index lengths
Pratik Naik
2010-05-09
1
-1
/
+3
|
*
Revert "Revert "Add index length support for MySQL [#1852 state:open]""
Pratik Naik
2010-05-09
7
-3
/
+73
|
*
Improve code from 231d7676f72947bae765b9bd885b134aaf949921
Pratik Naik
2010-05-09
1
-7
/
+5
|
*
corrected AR find_each and find_in_batches to raise when the user uses select...
Josh Kalderimis
2010-05-09
2
-1
/
+22
|
*
Merge branch 'master' of github.com:rails/rails
José Valim
2010-05-09
7
-6
/
+123
|
|
\
|
*
|
Use annoted source code in Template:Error to avoid special cases in the show ...
José Valim
2010-05-09
3
-11
/
+7
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Rizwan Reza
2010-05-17
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix punctuation and keep the tone consistent
Josiah Ivey
2010-05-16
1
-1
/
+1
*
|
|
|
Changed guide to use random_element.
Rizwan Reza
2010-05-17
1
-2
/
+2
|
/
/
/
*
|
|
better documentation for dependent option [#4564 state:resolved]
Neeraj Singh
2010-05-16
1
-4
/
+5
*
|
|
simplify contact information in the guides contribution guide
Xavier Noria
2010-05-16
1
-12
/
+2
*
|
|
updates the contribute guide in several aspects
Xavier Noria
2010-05-16
1
-22
/
+30
*
|
|
Added extra documentation for content_for helper
Jeroen van Dijk
2010-05-15
1
-6
/
+25
*
|
|
AR Validations: Errors section updated
eparreno
2010-05-15
1
-31
/
+73
*
|
|
routing guide: fix typos and clarify code examples
eparreno
2010-05-13
1
-3
/
+9
*
|
|
Updated 3.0 release notes guide to inform issues with unsupported Ruby versions.
Anil Wadghule
2010-05-13
1
-0
/
+2
*
|
|
fix wrong action name [#134]
eparreno
2010-05-12
1
-1
/
+1
*
|
|
complete rake tasks table and fix format
eparreno
2010-05-12
1
-4
/
+7
*
|
|
Getting started, fixed some links in changelog
rohit
2010-05-10
1
-3
/
+3
|
|
/
|
/
|
[prev]
[next]