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
*
Refactored method arel_attributes_values.
Robin Roestenburg
2012-03-06
1
-20
/
+34
*
Merge pull request #5290 from steveklabnik/master
José Valim
2012-03-05
2
-3
/
+9
|
\
|
*
Added parsing of arbitrary media type parameters.
Steve Klabnik
2012-03-05
2
-3
/
+9
*
|
Add config.middleware.api_only!
Carlos Antonio da Silva and Santiago Pastorino
2012-03-05
3
-4
/
+42
*
|
Merge pull request #5288 from lest/patch-2
José Valim
2012-03-05
2
-0
/
+17
|
\
\
|
*
|
force response body to be read in assert_template
Sergey Nartimov
2012-03-05
2
-0
/
+17
|
/
/
*
|
Fix #5069 - Protect foreign key from mass assignment throught association bui...
Jean Boussier
2012-03-05
3
-1
/
+40
*
|
Merge pull request #5274 from tigrish/master
José Valim
2012-03-05
2
-1
/
+20
|
\
\
|
*
|
Tweak activerecord/test/cases/validations/i18n_generate_message_validation_te...
Christopher Dell
2012-03-05
1
-1
/
+2
|
*
|
Test that RecordInvalid exception's translation falls back to the :errors nam...
Christopher Dell
2012-03-05
1
-0
/
+18
|
*
|
Allow translations of activerecord.errors.messages.record_invalid to be looke...
Christopher Dell
2012-03-05
1
-1
/
+1
*
|
|
Merge pull request #5281 from filipeamoreira/patch-1
Vijay Dev
2012-03-05
1
-1
/
+1
|
\
\
\
|
*
|
|
Small typo fix
Filipe Moreira
2012-03-05
1
-1
/
+1
*
|
|
|
minor corrections in AMo::Model docs [ci skip]
Vijay Dev
2012-03-05
2
-5
/
+5
*
|
|
|
document the shortcut to the root route helper [ci skip]
Vijay Dev
2012-03-05
2
-0
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Fix typo
Santiago Pastorino
2012-03-05
1
-1
/
+1
|
/
/
*
|
Add a new guide for API-only applications
Jose and Yehuda
2012-03-04
1
-0
/
+277
*
|
Merge pull request #5277 from rafaelfranca/fix-build
Michael Koziarski
2012-03-04
1
-0
/
+1
|
\
\
|
*
|
Now all the models need to explicitly declare the accessible attributes
Rafael Mendonça França
2012-03-04
1
-0
/
+1
|
/
/
*
|
Merge pull request #5275 from rafaelfranca/master
Jon Leighton
2012-03-04
3
-2
/
+11
|
\
\
|
*
|
Only add the whitelist_attributes option if ActiveRecord is present
Rafael Mendonça França
2012-03-04
3
-2
/
+11
|
/
/
*
|
Whitelist all attribute assignment by default.
Michael Koziarski
2012-03-05
4
-1
/
+20
*
|
Fix tests, table_name= needs connection now, so just stub table_name
Piotr Sarnacki
2012-03-04
1
-1
/
+1
*
|
Merge pull request #5271 from carlosantoniodasilva/ar-fix-build
José Valim
2012-03-04
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix message assertions for quoting database name in "show tables" for mysql
Carlos Antonio da Silva
2012-03-04
2
-2
/
+2
|
/
*
Merge pull request #5268 from carlosantoniodasilva/ar-new-record-warning
Jon Leighton
2012-03-04
3
-1
/
+10
|
\
|
*
Initialize @stale_state to nil in association
Carlos Antonio da Silva
2012-03-04
3
-6
/
+1
|
*
Added test case for new_record round trip with associations problem
kennyj
2012-03-04
1
-0
/
+14
*
|
remove troll
Jon Leighton
2012-03-04
1
-3
/
+0
*
|
tidy up formatting
Jon Leighton
2012-03-04
1
-10
/
+11
*
|
Merge pull request #5267 from kennyj/fix_4674
Jon Leighton
2012-03-04
2
-5
/
+38
|
\
\
|
*
|
Don't clear sequence name when we explicitly assign it.
kennyj
2012-03-04
2
-2
/
+15
|
*
|
Fix GH #4674. Reset column information and sequence name when setting table_n...
kennyj
2012-03-04
2
-4
/
+24
*
|
|
wow how come I commit in master? O_o
homa
2012-03-04
1
-0
/
+3
*
|
|
Merge pull request #5269 from castlerock/remove_unwanted_require_karnel_repor...
Piotr Sarnacki
2012-03-04
1
-1
/
+0
|
\
\
\
|
*
|
|
AS/kernel/reporting no where used in ts_isolated
Vishnu Atrai
2012-03-04
1
-1
/
+0
|
|
/
/
*
|
|
Merge pull request #5266 from bcardarella/root_with_string_options
Piotr Sarnacki
2012-03-04
2
-0
/
+14
|
\
\
\
|
*
|
|
Route root helper shortcut
Brian Cardarella
2012-03-03
2
-0
/
+14
*
|
|
|
Merge pull request #5270 from kennyj/fix_3163
Piotr Sarnacki
2012-03-04
3
-1
/
+22
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix GH #3163. Should quote database on mysql/mysql2.
kennyj
2012-03-05
3
-1
/
+22
|
/
/
/
*
|
|
Fix rake test_sqlite3_mem
Jon Leighton
2012-03-04
1
-7
/
+9
*
|
|
Remove unusused variables
Jon Leighton
2012-03-04
3
-14
/
+9
|
/
/
*
|
[engines guide] Add more concrete example of conflicts when not using isolate...
Piotr Sarnacki
2012-03-03
1
-1
/
+1
*
|
Handle files from ActionDispatch::Static with Rack::Sendfile (fixes #5225)
Piotr Sarnacki
2012-03-03
3
-5
/
+18
|
/
*
Merge pull request #5255 from carlosantoniodasilva/active-record-review
Piotr Sarnacki
2012-03-03
8
-68
/
+77
|
\
|
*
Refactor and cleanup in some ActiveRecord modules
Carlos Antonio da Silva
2012-03-03
8
-68
/
+77
*
|
Merge pull request #5246 from lest/patch-2
José Valim
2012-03-03
1
-1
/
+1
|
\
\
|
*
|
simplify namespace assignment in fields_for
Sergey Nartimov
2012-03-02
1
-1
/
+1
*
|
|
Merge pull request #5260 from castlerock/remove_ordered_hash_usages
Santiago Pastorino
2012-03-03
5
-6
/
+6
|
\
\
\
|
*
|
|
remove usages of AS::OrderedHash
Vishnu Atrai
2012-03-03
5
-6
/
+6
|
/
/
/
[next]