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
*
ActiveRecord::Coders::YAMLColumn#dump should raise an error
Guten
2012-03-26
2
-1
/
+14
*
Merge pull request #5595 from guilleiguaran/sprockets-rails-1.0.0
Aaron Patterson
2012-03-26
1
-2
/
+0
|
\
|
*
sprockets-rails 1.0.0 was released, remove git dependency from Gemfile
Guillermo Iguaran
2012-03-26
1
-2
/
+0
*
|
no need to freeze things all the time
Aaron Patterson
2012-03-26
1
-8
/
+7
*
|
test against ruby features in order to fix tests on Ruby 2.0
Aaron Patterson
2012-03-26
1
-1
/
+9
*
|
Merge pull request #5593 from lukesarnacki/activemodel_name_composition_over_...
Aaron Patterson
2012-03-26
2
-12
/
+17
|
\
\
|
*
|
ActiveModel::Name does not inherit from string
Lukasz Sarnacki
2012-03-26
2
-12
/
+17
|
/
/
*
|
Merge pull request #5183 from lest/patch-1
José Valim
2012-03-26
1
-2
/
+3
|
\
\
|
*
|
use content_tag in button_to helper
Sergey Nartimov
2012-03-14
1
-2
/
+3
*
|
|
Merge pull request #5581 from jamie/custom_param_field
José Valim
2012-03-26
2
-4
/
+23
|
\
\
\
|
*
|
|
Allow a defining custom member field on resources
Jamie Macey
2012-03-25
2
-4
/
+23
|
/
/
/
*
|
|
Merge pull request #5575 from phiggins/remove_conditional_from_statistics_task
Xavier Noria
2012-03-25
1
-7
/
+1
|
\
\
\
|
*
|
|
Remove useless conditional.
Pete Higgins
2012-03-25
1
-7
/
+1
|
/
/
/
*
|
|
restores example depicting the use of true or false in regular font
Xavier Noria
2012-03-25
1
-0
/
+14
*
|
|
Merge pull request #5566 from lest/patch-3
Piotr Sarnacki
2012-03-25
2
-0
/
+13
|
\
\
\
|
*
|
|
fix HashWithIndifferentAccess.[] method
Sergey Nartimov
2012-03-23
2
-0
/
+13
*
|
|
|
Merge pull request #5570 from avakhov/ac-caching-split
Jeremy Kemper
2012-03-24
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
ActionController caching small String#split optimization
Alexey Vakhov
2012-03-24
1
-2
/
+2
*
|
|
|
|
Revert "Return an actual boolean from xml_http_request?"
Xavier Noria
2012-03-25
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-03-24
13
-99
/
+133
|
\
\
\
\
|
*
|
|
|
spacing fix in guide [ci skip]
Vijay Dev
2012-03-24
1
-1
/
+1
|
*
|
|
|
[getting started][ci skip] fix link to the code
Fabián Rodríguez
2012-03-23
1
-1
/
+1
|
*
|
|
|
:foreign_key option should be on has_many side of association
Mikhail Dieterle
2012-03-23
1
-2
/
+2
|
*
|
|
|
Adding documentation for ActiveRecord::Base.abstract_class to clarify a parti...
Joe Goggins
2012-03-22
1
-0
/
+14
|
*
|
|
|
Update config.assets.initialize_on_precompile warning to include engine side ...
adman65
2012-03-22
1
-1
/
+3
|
*
|
|
|
[engines] [ci-skip] Add example of precompiling engine assets
adman65
2012-03-22
1
-0
/
+15
|
*
|
|
|
improvements in "caching_with_rails" guide
kucaahbe
2012-03-22
1
-8
/
+10
|
*
|
|
|
Fixed-width font fix for instance variable
Juanjo Bazán
2012-03-20
1
-1
/
+1
|
*
|
|
|
[ci skip] Make guides more readable & consistent
Mark D. Blackwell
2012-03-20
3
-82
/
+83
|
*
|
|
|
Correct description of ['migrated_at > ?', 1.week.ago] from "more than a week...
Dave Burt
2012-03-20
1
-1
/
+1
|
*
|
|
|
Merge branch 'master' of github.com:lifo/docrails
Charles Brian Quinn
2012-03-19
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
Adding comma to correct syntax in comment.
Jesse Brown
2012-03-19
1
-1
/
+1
|
*
|
|
|
|
Updates ActionMailer Base summary and fixes space in code example.
Charles Brian Quinn
2012-03-19
1
-4
/
+4
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #5569 from arunagw/warning_remove_master
Vijay Dev
2012-03-24
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
removed warning: shadowing outer local variable - exception
Arun Agrawal
2012-03-24
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #5567 from tpope/xhr-boolean
Aaron Patterson
2012-03-23
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Return an actual boolean from xml_http_request?
Tim Pope
2012-03-23
1
-1
/
+1
|
/
/
/
/
*
|
|
|
oops, forgot to commit the tests! :bomb:
Aaron Patterson
2012-03-23
1
-0
/
+67
*
|
|
|
chdir before globbing so that we don't need to escape directory names.
Aaron Patterson
2012-03-23
1
-1
/
+30
*
|
|
|
Merge pull request #5550 from schneems/schneems/server_env
Aaron Patterson
2012-03-23
4
-0
/
+63
|
\
\
\
\
|
*
|
|
|
match rails console environment support, to server
schneems
2012-03-22
2
-0
/
+32
|
*
|
|
|
fix rails server support of RAILS_ENV variable
schneems
2012-03-20
2
-0
/
+31
*
|
|
|
|
Merge pull request #5518 from rafaelfranca/minor-refactor
José Valim
2012-03-23
1
-11
/
+11
|
\
\
\
\
\
|
*
|
|
|
|
Remove code duplication
Rafael Mendonça França
2012-03-19
1
-11
/
+11
*
|
|
|
|
|
Merge pull request #5556 from rafaelfranca/remove-warning
Piotr Sarnacki
2012-03-23
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Use the new scope syntax
Rafael Mendonça França
2012-03-23
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #5374 from nertzy/remove_deprecated_partial_path_from_acti...
José Valim
2012-03-23
2
-28
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove ActiveModel::Naming#partial_path
Grant Hutchins
2012-03-10
2
-28
/
+1
*
|
|
|
|
|
|
Fix tests, when creating rescue handler, we need to check for arity now
Piotr Sarnacki
2012-03-23
1
-1
/
+5
*
|
|
|
|
|
|
Merge pull request #5546 from mptre/master
Piotr Sarnacki
2012-03-23
2
-4
/
+5
|
\
\
\
\
\
\
\
[next]