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
...
|
|
*
Use relations to build scope for named scopes
Pratik Naik
2010-01-17
1
-2
/
+7
|
|
*
Simplify Model.scoped definition
Pratik Naik
2010-01-17
1
-7
/
+1
|
|
*
Build middleware stack and reload routes after app initializers run
Joshua Peek
2010-01-16
2
-3
/
+12
*
|
|
Adding Rails 3.0 release notes
Mikel Lindsaar
2010-01-19
1
-0
/
+51
*
|
|
remove newline
Mikel Lindsaar
2010-01-19
1
-1
/
+0
|
/
/
*
|
Adding initial intro to railtie
Mikel Lindsaar
2010-01-19
1
-0
/
+76
*
|
Fix up spelling in railties/lib/rails/subscriber.rb docs
Mikel Lindsaar
2010-01-19
1
-7
/
+7
*
|
Documentation cleanup and linkage for validator
Mikel Lindsaar
2010-01-19
2
-2
/
+26
*
|
AS guide: documents Object#extend_with_included_modules_from
Xavier Noria
2010-01-18
1
-0
/
+21
*
|
AS guide: documents Object#extended_by
Xavier Noria
2010-01-18
1
-0
/
+25
*
|
Adding ActiveModel::Validations documentation
Mikel Lindsaar
2010-01-18
2
-2
/
+56
*
|
Adding documentation for ActiveModel::Translation
Mikel Lindsaar
2010-01-18
2
-2
/
+26
*
|
Fixing up state machine docs
Mikel Lindsaar
2010-01-18
2
-88
/
+141
*
|
Fixing documentation on ActiveModel::Observer#observed_classes
Gavin Stark
2010-01-18
1
-1
/
+1
*
|
Partial Documentation for ActiveModel::StateMachine
Nestor Ovroy
2010-01-18
1
-0
/
+109
*
|
Updating ActiveModel::Errors documentation to plug Translations and Validatio...
Mikel Lindsaar
2010-01-17
1
-1
/
+4
*
|
Adding documentation for ActiveModel::Serialization
Mikel Lindsaar
2010-01-17
3
-3
/
+73
*
|
Fixing documentation for ActiveModel::Observer
Mikel Lindsaar
2010-01-17
2
-8
/
+21
*
|
Adding ActiveModel::Naming documentation
Mikel Lindsaar
2010-01-17
2
-1
/
+35
*
|
Update errors docs
Mikel Lindsaar
2010-01-17
1
-5
/
+4
*
|
Added documentation for ActiveModel::Lint
Mikel Lindsaar
2010-01-17
2
-9
/
+12
*
|
Added ActiveModel::Errors documentation
Mikel Lindsaar
2010-01-17
2
-0
/
+139
*
|
Merge branch 'master' of github.com:lifo/docrails
Mikel Lindsaar
2010-01-17
317
-5559
/
+6122
|
\
\
|
*
|
AS guide: documents Class#descendents
Xavier Noria
2010-01-17
1
-2
/
+12
|
*
|
AS guide: Object#subclasses_of also selects anonymous classes
Xavier Noria
2010-01-17
1
-2
/
+2
|
*
|
AS guide: revises Class#reachable?
Xavier Noria
2010-01-17
1
-1
/
+1
|
*
|
AS guide: documents Class#reachable?
Xavier Noria
2010-01-17
1
-0
/
+25
|
*
|
AS guide: revises section about Class#subclasses
Xavier Noria
2010-01-17
1
-3
/
+3
|
*
|
AS guide: documents Object#subclasses_of
Xavier Noria
2010-01-17
1
-0
/
+34
|
*
|
AS guide: documents Object#remove_subclasses_of
Xavier Noria
2010-01-17
1
-0
/
+6
|
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-01-17
0
-0
/
+0
|
|
\
|
|
|
*
Merge docrails
Pratik Naik
2010-01-17
58
-1196
/
+4710
|
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-01-17
316
-5553
/
+6041
|
|
\
|
|
|
*
Cache Model.arel_table
Pratik Naik
2010-01-17
1
-3
/
+3
|
|
*
Use arel_table[] instead of unscoped[] to get arel attribute
Pratik Naik
2010-01-17
1
-3
/
+3
|
|
*
Revert "Fix #microseconds conversion and #fast_string_to_time"
Pratik Naik
2010-01-17
2
-50
/
+6
|
|
*
Rename Model.active_relation to Model.unscoped
Pratik Naik
2010-01-17
7
-21
/
+21
|
|
*
Allow custom controller for resource(s) [#3703 state:resolved]
Joshua Peek
2010-01-16
2
-11
/
+11
|
|
*
Improve the error message for class mismatch on Relation#merge
Pratik Naik
2010-01-17
1
-1
/
+3
|
|
*
Get rid of Base#merge_includes
Pratik Naik
2010-01-16
2
-6
/
+2
|
|
*
Make guides generation work for Ruby 1.9.x
Ryan Bigg
2010-01-16
2
-3
/
+3
|
|
*
Mark title and headers as html_safe! for guides [#3702 state:resolved]
Ryan Bigg
2010-01-16
2
-4
/
+4
|
|
*
No need to set @arel_engine to nil twice. Committed by mistake in 3968825f
Pratik Naik
2010-01-16
1
-1
/
+1
|
|
*
Make sure Model#active_relation always adds STI conditions if needed
Pratik Naik
2010-01-16
4
-9
/
+6
|
|
*
Use new finder methods for association preloading
Pratik Naik
2010-01-16
1
-17
/
+16
|
|
*
Use Relation#apply_finder_options from calculations
Pratik Naik
2010-01-16
1
-16
/
+3
|
|
*
Add Relation#apply_finder_options for applying old finder options
Pratik Naik
2010-01-16
2
-29
/
+24
|
|
*
Make script/dbconsole work again [#3690 state:resolved]
Sam Granieri
2010-01-16
1
-2
/
+2
|
|
*
Split ActionDispatch http in smaller chunks.
José Valim
2010-01-16
8
-431
/
+489
|
|
*
Rename active_relation_engine -> arel_engine and active_relation_table -> are...
Pratik Naik
2010-01-16
3
-20
/
+20
[prev]
[next]