Vijay Dev
c278a2c5e1
record unsupported methods in CommandRecorder instead of letting the unsupported methods go through to the underlying db causing errors like duplicate columns to occur when rolling back migrations
2011-06-25 17:17:02 +05:30
Xavier Noria
7e56bf7244
registers support for acronyms in the CHANGELOG of Active Support
2011-06-24 23:28:30 +02:00
Xavier Noria
370b380306
Merge pull request #1648 from dlee/acronyms
...
Inflector support for acronyms (Issue #1366 )
2011-06-24 14:19:42 -07:00
James Cox
d446c798a5
make the logs a little simpler to view, put the render message inline with other events, pull processing to char[0] and add a new line to the completed. looks more like a block now, which is useful for serial actions like test/dev
2011-06-24 13:10:06 -07:00
Santiago Pastorino
d6413f043c
Merge pull request #1848 from raviolicode/postgresql_order_multiple_params
...
Fix for complex ordering of multiple columns on postgresql
2011-06-24 13:09:33 -07:00
Lucia Escanellas
9734a416fa
Improve ordering of multiple columns on postgresql
...
* Only on postgresql, order("first asc, second asc") was invalid
* Closes #1720
2011-06-24 13:37:08 -03:00
Santiago Pastorino
7ca1a3d2aa
Merge pull request #1840 from wildchild/master
...
Minor formatting fix
2011-06-23 16:47:56 -07:00
Alexander Uvarov
e945497955
Minor formating fix
2011-06-24 03:52:39 +06:00
José Valim
4389fc9733
Merge pull request #1829 from wildchild/master
...
Allow to specify roles for mass-assignment as array
2011-06-23 13:37:39 -07:00
Jon Leighton
87d6865bf7
Apply the default scope earlier when doing calculations. Fixes #1682 .
2011-06-23 19:57:49 +01:00
Alexander Uvarov
ee044ea547
Follow rails convention by using Array.wrap
2011-06-23 23:06:52 +06:00
Aaron Patterson
8a1319dec0
Merge pull request #1835 from metaskills/ss_rake_master
...
Update SQL Server DB Rake Tasks
2011-06-23 09:45:59 -07:00
Ken Collins
b9bfb916e4
Update SQL Server db related rake tasks.
...
* Uses open source smoscript since scptxfr came out in 2000.
* Uses sqlcmd which replaces osql.
* Takes advantage of host/user/pass passed down by TinyTDS.
2011-06-23 12:41:39 -04:00
Xavier Noria
1f505a8ef2
Merge branch 'master' of git://github.com/lifo/docrails
2011-06-23 18:08:11 +02:00
José Valim
d49622a1f2
Edited actionpack/actionpack.gemspec via GitHub
2011-06-23 07:38:41 -07:00
José Valim
5839122059
Merge pull request #1830 from arunagw/enum_fixes
...
Fixed Failing test : It should be Enumerable::Enumerator
2011-06-23 05:51:00 -07:00
Arun Agrawal
deb60a738c
Using slice for instead of gsub to pass with 1.8.7
2011-06-23 18:17:37 +05:30
Mikhail Dieterle
06fe01a337
updated rspec link
2011-06-23 03:08:32 -07:00
Alexander Uvarov
528f405cdc
Allow to specify mass-assignment roles as array
2011-06-23 12:56:39 +06:00
Santiago Pastorino
87b548ccac
Minor refactor
2011-06-23 00:35:54 -03:00
Santiago Pastorino
22e86c10d8
fixtures :all is already included in test_helper.rb
2011-06-23 00:35:25 -03:00
Santiago Pastorino
7f6eed0447
Merge pull request #1796 from jdeseno/master
...
link_to doesn't allow rel attribute when also specifying method
2011-06-22 20:34:33 -07:00
Santiago Pastorino
6b3342d971
Merge pull request #1798 from jeroenj/cachesweeper-fix
...
Fixes an issue where cache sweepers with only after filters would have no controller object
2011-06-22 10:48:19 -07:00
Joshua Peek
a1f8421060
Revert "Bump sprockets requirement"
...
This reverts commit 458512c8fa .
2011-06-22 11:29:11 -05:00
Jeroen Jacobs
93ff522120
Tests only after filters in cache sweepers
2011-06-22 18:00:46 +02:00
José Valim
16894982e3
Update CHANGELOG.
2011-06-22 12:52:46 -03:00
Aaron Patterson
09866cef17
Merge pull request #1790 from ernie/reverse_sql_order_fix
...
Support reversal of ARel orderings in reverse_sql_order
2011-06-22 08:30:52 -07:00
Matt Jankowski
3eaed28c5f
grammar changes in named routes description and clarity around possibilities for options
2011-06-22 11:00:56 -04:00
Vijay Dev
95f827f910
font style changes in perf guide
2011-06-22 19:40:51 +05:30
Xavier Noria
5654f6870a
Merge pull request #1750 from dmathieu/non_string_methods
...
Calling unsafe methods which don't return a string shouldn't fail
2011-06-22 06:30:56 -07:00
Matt Jankowski
3cfbf544ea
grammar changes to log subscriber docs
2011-06-22 09:27:22 -04:00
Damien Mathieu
9fadf385d8
calling unsafe methods which don't return a string shouldn't fail
2011-06-22 15:26:21 +02:00
Matt Jankowski
32de3b8119
move example code to be above reconfiguring discussion; add clarity about silencers and filters; misc grammar changes - for backtrace cleaners
2011-06-22 09:06:05 -04:00
José Valim
53444b861c
Merge pull request #1813 from arunagw/jruby_tests
...
Tests Added for jdbc option added for Jruby
2011-06-22 05:02:52 -07:00
Mikhail Dieterle
98623a061e
Fixed typo
2011-06-22 03:04:28 -07:00
José Valim
3c8c379848
Merge pull request #1778 from spohlenz/hash-models
...
Fix nested fields_for when Hash-based model is passed.
2011-06-22 02:33:12 -07:00
Arun Agrawal
3534ea8d50
Tests added when no option is given with #jruby. It should generate
...
sqlite3 based app
2011-06-22 08:43:34 +05:30
Arun Agrawal
b2a19ad90b
Making tests according to the changes #jruby
2011-06-22 08:15:12 +05:30
Arun Agrawal
b7bce739b1
Test added for jdbc-adapter
2011-06-22 08:04:18 +05:30
Sam Pohlenz
237f87089c
Use real hash model in nested fields_for with hash model test
2011-06-22 10:54:45 +09:30
Aaron Patterson
6404f8a194
Merge pull request #1811 from nicksieger/more-jruby-gem-for-database-fixes-master
...
More jruby gem for database fixes master
2011-06-21 13:39:18 -07:00
Nick Sieger
a85b9fafd1
Use non-'jdbc*' names so that db:create and db:drop work
2011-06-21 13:34:10 -07:00
Nick Sieger
4dd2d07d4a
Convert database names to ones appropriate for JRuby
2011-06-21 13:34:07 -07:00
Nick Sieger
f12f756473
Add generic 'jdbc' database option
2011-06-21 13:34:03 -07:00
Nick Sieger
2b0b7260c7
Remove superfluous pg driver install instructions
2011-06-21 13:34:01 -07:00
Matt Jankowski
db4f0ac025
use present tense on examples
2011-06-21 15:12:11 -04:00
José Valim
d6f1291f48
Require helpers so autoload is properly setup.
2011-06-21 15:21:21 -03:00
Aaron Patterson
ceb5bbbafc
Merge pull request #1632 from tardate/pg_schema_fu
...
Improving PostgreSQL adapter schema-awareness
2011-06-21 10:22:20 -07:00
José Valim
e369682ef1
Merge pull request #1793 from jamesarosen/clean_images
...
rake assets:clean also removes directories
2011-06-21 10:00:31 -07:00
James A. Rosen
7ca14ea398
Railties: added tests for rake assets:clean
2011-06-21 09:51:18 -07:00