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
*
Merge pull request #7133 from roshats/fix_update_all_with_blank_argument
Carlos Antonio da Silva
2012-08-15
3
-1
/
+11
|
\
|
*
raise ArgumentError if list of attributes to change is empty in update_all
Roman Shatsov
2012-08-14
3
-1
/
+11
*
|
Add Request#formats=(extensions) that lets you set multiple formats directly ...
David Heinemeier Hansson
2012-08-14
2
-1
/
+36
*
|
revises the contributing guide to document and encourage using the Rails deve...
Xavier Noria
2012-08-15
1
-27
/
+33
*
|
Merge pull request #7349 from steveklabnik/master
Rafael Mendonça França
2012-08-14
1
-3
/
+0
|
\
\
|
*
|
We don't need to require AS::TestCase
Steve Klabnik
2012-08-14
1
-3
/
+0
|
/
/
*
|
Merge pull request #7184 from anthonyalberto/xml_dasherize_include
Carlos Antonio da Silva
2012-08-14
3
-1
/
+43
|
\
\
|
*
|
Following the false issue reporting I did here : https://github.com/rails/rai...
Anthony
2012-08-13
3
-1
/
+43
*
|
|
Some release notes love :heart:
Rafael Mendonça França
2012-08-14
1
-0
/
+31
|
/
/
*
|
Merge branch 'concerns'
Rafael Mendonça França
2012-08-13
6
-30
/
+232
|
\
\
|
*
|
Add CHANGELOG entry and documentation for Routing Concerns
Rafael Mendonça França
2012-08-13
3
-0
/
+98
|
*
|
Extract common controllers to abstract_unit
Rafael Mendonça França
2012-08-13
3
-45
/
+33
|
*
|
Implementing Routing Concerns
Rafael Mendonça França
2012-08-13
2
-1
/
+117
|
/
/
*
|
oops, should be directory
Aaron Patterson
2012-08-13
1
-1
/
+1
*
|
push header merge down to a private method so that live responses can have th...
Aaron Patterson
2012-08-13
3
-8
/
+22
*
|
live response headers can be merged with a hash
Aaron Patterson
2012-08-13
2
-0
/
+10
*
|
speed up cache directory creation
Aaron Patterson
2012-08-13
1
-3
/
+9
*
|
Merge pull request #7343 from egtann/master
Rafael Mendonça França
2012-08-13
3
-1
/
+42
|
\
\
|
*
|
Add support for start_hour and end_hour options in select_hour helper
Evan Tann
2012-08-13
3
-1
/
+42
|
/
/
*
|
Merge pull request #7338 from sax/master
Aaron Patterson
2012-08-12
2
-3
/
+23
|
\
\
|
*
|
Evented notifications take priority over Timed notifications
Eric Saxby
2012-08-11
2
-3
/
+23
*
|
|
Merge pull request #7341 from edward/patch-1
Rafael Mendonça França
2012-08-12
1
-1
/
+1
|
\
\
\
|
*
|
|
Grammar fix in ActionView docs/comments
Edward Ocampo-Gooding
2012-08-12
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #7339 from maletor/patch-1
Xavier Noria
2012-08-12
1
-1
/
+1
|
\
\
\
|
*
|
|
Missing closing tag
Ellis Berner
2012-08-12
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #6073 from daveyeu/restore-state-on-record-invalid
Rafael Mendonça França
2012-08-11
3
-1
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Restore state on create when ActiveRecord::RecordInvalid is raised
Dave Yeu
2012-08-11
3
-1
/
+23
|
/
/
*
|
Ensure option_html_attributes does not modify the given option hashes
Carlos Antonio da Silva
2012-08-11
2
-1
/
+10
*
|
Simplify html attributes generation for options_for_select
Carlos Antonio da Silva
2012-08-11
2
-8
/
+11
*
|
Refactor model name logic and make it a real private class method
Carlos Antonio da Silva
2012-08-11
1
-5
/
+8
*
|
Sync CHANGELOGs [ci skip]
Rafael Mendonça França
2012-08-11
5
-33
/
+231
*
|
Add CHANGELOG entry for #7314
Rafael Mendonça França
2012-08-11
1
-0
/
+5
*
|
Merge pull request #7331 from morgoth/changelog-for-engine-table-name-prefix-...
Vijay Dev
2012-08-11
1
-0
/
+3
|
\
\
|
*
|
Added changelog entry for table name prefix fix [ci skip]
Wojciech Wnętrzak
2012-08-11
1
-0
/
+3
|
/
/
*
|
[guides] Add info about CHANGELOGs to contributing guide
Piotr Sarnacki
2012-08-11
1
-0
/
+25
*
|
Merge branch 'number-helpers-defaults'
Carlos Antonio da Silva
2012-08-11
6
-36
/
+191
|
\
\
|
*
|
Ensure I18n format values always have precedence over defaults
Carlos Antonio da Silva
2012-08-11
3
-43
/
+47
|
*
|
Fallback to :en locale instead of handling a constant with defaults
Carlos Antonio da Silva
2012-08-11
6
-28
/
+179
|
/
/
*
|
Bring back changelog entries for Active Support
Carlos Antonio da Silva
2012-08-11
2
-2
/
+20
*
|
Merge pull request #7314 from schneems/schneems/form_for_error
Rafael Mendonça França
2012-08-10
2
-0
/
+15
|
\
\
|
*
|
check for nil or empty record in form_for
schneems
2012-08-10
2
-0
/
+15
*
|
|
Merge pull request #7329 from guilleiguaran/move-default-headers-ad-railtie
Rafael Mendonça França
2012-08-10
3
-5
/
+11
|
\
\
\
|
*
|
|
Add doc for config.action_dispatch.default_headers
Guillermo Iguaran
2012-08-10
1
-0
/
+6
|
*
|
|
Move AD default_headers configurations to railtie
Guillermo Iguaran
2012-08-10
2
-5
/
+5
*
|
|
|
Further refactor build_conditions in route set
Carlos Antonio da Silva
2012-08-10
1
-5
/
+3
|
/
/
/
*
|
|
fixup guides in light of :dependent changes
Jon Leighton
2012-08-10
3
-15
/
+19
*
|
|
Use method compilation for association methods
Jon Leighton
2012-08-10
12
-89
/
+86
*
|
|
Fix handling SCRIPT_NAME from within mounted engine's
Piotr Sarnacki
2012-08-11
7
-41
/
+78
*
|
|
Merge pull request #7321 from bogdan/refactor_routes_set
Santiago Pastorino
2012-08-10
1
-10
/
+7
|
\
\
\
|
*
|
|
RouteSet: refactor internals
Bogdan Gusiev
2012-08-10
1
-10
/
+7
[next]