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
...
|
*
|
config guide: add basic description for disable_dependency_loading initializer
Ryan Bigg
2011-01-06
1
-2
/
+1
|
*
|
Re-add "Using initializer files" section to configuring guide
Ryan Bigg
2011-01-06
1
-0
/
+9
|
*
|
fixes rubycentral url and a minor AR change
Vijay Dev
2011-01-06
1
-2
/
+2
|
*
|
[FIX] Renamed ENV['LANG'] for generating translated guides to ENV['LANGUAGE']...
Karel Minarik
2011-01-02
1
-3
/
+3
|
*
|
Fix typos and JavaScript case.
Vijay Dev
2011-01-03
1
-11
/
+11
|
*
|
Revert "Update CHANGELOGs to include 3.0.3 changes"
Xavier Noria
2011-01-02
7
-66
/
+7
|
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2011-01-02
7
-7
/
+66
|
|
\
\
|
|
*
|
Update CHANGELOGs to include 3.0.3 changes
Prem Sichanugrist
2011-01-02
7
-7
/
+66
|
*
|
|
fix typos
Vijay Dev
2011-01-02
1
-3
/
+3
|
|
/
/
|
*
|
Added support for generating translated guides (stored in `source/<LANG>`) vi...
Karel Minarik
2011-01-01
1
-2
/
+7
*
|
|
we have a method for setting preloaded records, so use it
Aaron Patterson
2011-01-18
1
-6
/
+2
*
|
|
reduce objects, reduce loops and function calls while building the conditional
Aaron Patterson
2011-01-18
1
-4
/
+2
*
|
|
keys will always be strings in the id => record map
Aaron Patterson
2011-01-18
1
-1
/
+1
*
|
|
reduce method calls and loops when dealing with custom conditions
Aaron Patterson
2011-01-18
1
-4
/
+3
*
|
|
ony bother with record map keys when we need them
Aaron Patterson
2011-01-18
1
-9
/
+9
*
|
|
refactor elaborate group_by in to a normal group_by
Aaron Patterson
2011-01-18
1
-8
/
+3
*
|
|
removing usesless variable assignments
Aaron Patterson
2011-01-18
3
-17
/
+19
*
|
|
fixed a missing require that causes trouble when using AS in a non-rails env.
Nick Sutterer
2011-01-18
5
-1
/
+6
*
|
|
Merge branch 'template_error' into merge
Aaron Patterson
2011-01-18
2
-4
/
+14
|
\
\
\
|
*
|
|
Ensure original exception message is present in both Template::Error#message ...
John Firebaugh
2010-10-29
2
-4
/
+14
|
*
|
|
ActiveSupport::Deprecation.silence no longer needed.
John Firebaugh
2010-10-29
1
-1
/
+1
*
|
|
|
fixing bug where 1.8 hangs while running pg tests
Aaron Patterson
2011-01-18
1
-1
/
+1
*
|
|
|
Issue one Cache#read command instead of two in the case of a fragment cache hit
Christos Trochalakis
2011-01-18
2
-6
/
+6
*
|
|
|
remove unnecessary module_eval
Aaron Patterson
2011-01-18
1
-25
/
+20
*
|
|
|
Class.__subclasses__ was removed from Rubinius.
John Firebaugh
2011-01-18
1
-34
/
+20
*
|
|
|
Use the derived request_method from AD::Request rather than the raw REQUEST_M...
Michael Koziarski
2011-01-18
1
-1
/
+1
*
|
|
|
Removing unused method argument
Mikel Lindsaar
2011-01-18
1
-1
/
+1
*
|
|
|
Cleaning up style, concat inside method calls is ugly
Mikel Lindsaar
2011-01-18
1
-9
/
+12
*
|
|
|
Fixing redundant escape in regex
Mikel Lindsaar
2011-01-18
1
-1
/
+1
*
|
|
|
Should use standard ruby signature for respond_to
Mikel Lindsaar
2011-01-18
1
-1
/
+1
*
|
|
|
Fixing spelling
Mikel Lindsaar
2011-01-18
1
-2
/
+2
*
|
|
|
remove useless conditional
Aaron Patterson
2011-01-17
1
-10
/
+8
*
|
|
|
ordering can change depending on ruby version, so parse the JSON and verify d...
Aaron Patterson
2011-01-17
1
-3
/
+10
*
|
|
|
minitest added @__io__, so we should ignore it too
Aaron Patterson
2011-01-17
1
-0
/
+1
*
|
|
|
fixing space errors
Aaron Patterson
2011-01-17
1
-1
/
+1
*
|
|
|
fixing wrong test
Aaron Patterson
2011-01-17
1
-1
/
+1
*
|
|
|
removing more unused variables
Aaron Patterson
2011-01-17
1
-1
/
+1
*
|
|
|
fixing unused variable warnings
Aaron Patterson
2011-01-17
1
-3
/
+3
*
|
|
|
Add CHANGELOG entry for the addition of create_association! methods on has_on...
Jon Leighton
2011-01-16
1
-0
/
+2
*
|
|
|
Removed support for accessing attributes on a has_and_belongs_to_many join ta...
Jon Leighton
2011-01-16
5
-161
/
+11
*
|
|
|
Rename some variables
Jon Leighton
2011-01-16
1
-11
/
+11
*
|
|
|
Use self.target= in HasOneThroughAssociation too
Jon Leighton
2011-01-16
1
-4
/
+3
*
|
|
|
find_target can also go into SingularAssociation
Jon Leighton
2011-01-16
3
-8
/
+4
*
|
|
|
Abstract a bit more into SingularAssociation
Jon Leighton
2011-01-16
3
-4
/
+8
*
|
|
|
Use self.target= rather than @target= as the former automatically sets loaded
Jon Leighton
2011-01-16
2
-5
/
+2
*
|
|
|
Abstract common code from BelongsToAssociation and HasOneAssociation into Sin...
Jon Leighton
2011-01-16
5
-41
/
+43
*
|
|
|
belongs_to records should be initialized within the association scope
Jon Leighton
2011-01-16
3
-2
/
+30
*
|
|
|
Document the new create_association! method on one-to-one associations
Jon Leighton
2011-01-16
1
-1
/
+9
*
|
|
|
Add create_association! for belongs_to
Jon Leighton
2011-01-16
5
-3
/
+26
*
|
|
|
change sqlite3-ruby => sqlite3 in the generators
Aaron Patterson
2011-01-16
5
-17
/
+5
[prev]
[next]