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
*
Revert some warning removals related to Ruby 2.0
Carlos Antonio da Silva
2013-01-07
3
-6
/
+0
*
Merge pull request #8799 from goshakkk/ivar-readers
Steve Klabnik
2013-01-07
2
-3
/
+3
|
\
|
*
access `@path` and `@routes` via reader methods in journey
Gosha Arinich
2013-01-07
2
-3
/
+3
|
/
*
Merge pull request #8798 from goshakkk/show-exceptions-begin-rescue
José Valim
2013-01-07
1
-7
/
+4
|
\
|
*
refactor ShowExceptions' #call to use def-rescue instead of begin-rescue
Gosha Arinich
2013-01-07
1
-7
/
+4
*
|
Use similar comment style
David Heinemeier Hansson
2013-01-07
2
-2
/
+2
|
/
*
Merge pull request #8788 from goshakkk/remove-begin-rescue
Xavier Noria
2013-01-07
1
-10
/
+9
|
\
|
*
remove begin-rescue in favor of def-rescue
Gosha Arinich
2013-01-07
1
-10
/
+9
*
|
Take the heat :fire:
Jeremy Kemper
2013-01-06
1
-0
/
+2
*
|
Merge pull request #8786 from jeremy/executables
Jeremy Kemper
2013-01-06
31
-230
/
+163
|
\
\
|
*
|
Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...
Jeremy Kemper
2013-01-06
31
-230
/
+163
|
/
/
*
/
Use whitelist to pass valid connection parameters to PGConn.
Rafael Mendonça França
2013-01-06
1
-7
/
+10
|
/
*
Fix operators precedence issue
Rafael Mendonça França
2013-01-06
1
-1
/
+1
*
Remove the configuration key in the correct place
Rafael Mendonça França
2013-01-06
1
-3
/
+1
*
Merge pull request #8787 from tank-bohr/master
Rafael Mendonça França
2013-01-06
1
-2
/
+2
|
\
|
*
return multiple assingment and response variable
tank-bohr
2013-01-07
1
-2
/
+2
*
|
Merge pull request #8785 from goshakkk/refactor-debug-exceptions
Rafael Mendonça França
2013-01-06
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
refactor DebugExceptions by combining two conditionals into one
Gosha Arinich
2013-01-07
1
-2
/
+1
*
|
Fix failing test under sqlite3
Akira Matsuda
2013-01-07
1
-1
/
+1
*
|
Reduce number of Strings a bit
Akira Matsuda
2013-01-07
4
-7
/
+7
*
|
Namespace HashWithIndifferentAccess
Akira Matsuda
2013-01-07
11
-19
/
+17
*
|
Needs to reset SchemaMigration first, or the tests fail in sqlite3
Akira Matsuda
2013-01-07
1
-1
/
+1
|
/
*
Merge pull request #8783 from goshakkk/refactor-journey-routes
Rafael Mendonça França
2013-01-06
1
-12
/
+11
|
\
|
*
refactor Journey::Routes
Gosha Arinich
2013-01-07
1
-12
/
+11
*
|
Merge pull request #8782 from tank-bohr/master
Rafael Mendonça França
2013-01-06
1
-2
/
+2
|
\
\
|
*
|
fix for rbx
tank-bohr
2013-01-07
1
-2
/
+2
*
|
|
Merge pull request #8781 from trisweb/tristan_8757_integer_column_nan_error_fix
Rafael Mendonça França
2013-01-06
3
-9
/
+12
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fix error when assigning NaN to an integer column
Tristan Harward
2013-01-06
3
-9
/
+12
|
/
*
Missing require
Akira Matsuda
2013-01-07
1
-0
/
+2
*
These are already required through AS/rails
Akira Matsuda
2013-01-07
8
-12
/
+0
*
Merge pull request #8263 from senny/refactor_plugin_new_generator
Yehuda Katz
2013-01-06
5
-11
/
+13
|
\
|
*
refactor the naming within plugin new generator
Yves Senn
2012-11-18
5
-11
/
+13
*
|
Merge pull request #8770 from goshakkk/guides-img-fix
Xavier Noria
2013-01-06
1
-0
/
+4
|
\
\
|
*
|
fix img width in guides
Gosha Arinich
2013-01-05
1
-0
/
+4
*
|
|
Merge pull request #8780 from diogomafra/require_core_ext
Carlos Antonio da Silva
2013-01-06
1
-0
/
+1
|
\
\
\
|
*
|
|
Require 'active_support/core_ext/module/aliasing' in the infinite_comparable ...
Diogo Mafra
2013-01-06
1
-0
/
+1
*
|
|
|
Needless requires
Akira Matsuda
2013-01-06
2
-6
/
+0
*
|
|
|
Missing requires
Akira Matsuda
2013-01-06
2
-0
/
+2
*
|
|
|
These are already required through AS/rails
Akira Matsuda
2013-01-06
5
-6
/
+0
*
|
|
|
Rescue from LoadError when trying to load the debugger gem for console
Carlos Antonio da Silva
2013-01-06
1
-1
/
+1
|
/
/
/
*
|
|
Rename route_wrapper partial layout to table
Carlos Antonio da Silva
2013-01-06
2
-1
/
+1
*
|
|
Move table routes formatter class to the inspector and rename it
Carlos Antonio da Silva
2013-01-06
4
-20
/
+20
*
|
|
Merge pull request #8777 from goshakkk/delegate-class
Andrew White
2013-01-06
5
-5
/
+5
|
\
\
\
|
*
|
|
delegate to :class rather than 'self.class'
Gosha Arinich
2013-01-06
5
-5
/
+5
*
|
|
|
Refactor the logic that checks whether or not to emit the hidden id field
Carlos Antonio da Silva
2013-01-06
1
-7
/
+6
*
|
|
|
Move the hidden :id field logic to where it belongs to
Carlos Antonio da Silva
2013-01-06
1
-6
/
+9
*
|
|
|
Eliminate the usage of parent_builder option from form_for
Carlos Antonio da Silva
2013-01-06
1
-19
/
+15
*
|
|
|
Do not call fields_for from form_for, to avoid instantiating two builders
Carlos Antonio da Silva
2013-01-06
2
-6
/
+18
*
|
|
|
Refactor to not call path.ast twice
Carlos Antonio da Silva
2013-01-06
1
-2
/
+3
*
|
|
|
Merge pull request #8779 from goshakkk/refactor-route-ast
Carlos Antonio da Silva
2013-01-06
1
-5
/
+4
|
\
\
\
\
[next]