Hendy Tanata
|
010622bb98
|
On inpsect routes, show :controller and :action to indicate dynamic.
|
2011-10-29 20:04:33 +08:00 |
|
José Valim
|
1ad9138c00
|
Merge pull request #3449 from arunagw/checks_for_instance_writers
More checks for instance writers.
|
2011-10-27 04:05:06 -07:00 |
|
Arun Agrawal
|
95d9c120d3
|
More checks for instance writers.
|
2011-10-27 16:25:50 +05:30 |
|
José Valim
|
a9863d672b
|
Merge pull request #3448 from arunagw/instance_disable_fix
Test fix Allow instances to disable record_timestamps
|
2011-10-27 03:26:47 -07:00 |
|
Arun Agrawal
|
80fc29f36f
|
Adding more checks for instance_writer false
|
2011-10-27 15:47:56 +05:30 |
|
Arun Agrawal
|
485b99611b
|
Test fix Allow instances to disable record_timestamps
Removed here 0d0176c4ff
|
2011-10-27 15:41:15 +05:30 |
|
José Valim
|
30c0a0023b
|
Merge pull request #3445 from odorcicd/fix_railtie_wrap_parameter_test
Fix railtie configuration test calling PostsController#create which didn'
|
2011-10-26 23:57:13 -07:00 |
|
Denis Odorcic
|
177f893a28
|
Fix railtie configuration test calling PostsController#create which didn't exist
|
2011-10-27 02:16:59 -04:00 |
|
Aaron Patterson
|
9027643798
|
scumbag 1.8: strings are enumerable :'(
|
2011-10-26 10:30:52 -07:00 |
|
Pratik Naik
|
0d0176c4ff
|
Allow instances to disable record_timestamps
|
2011-10-26 18:20:12 +01:00 |
|
Vijay Dev
|
a89d16b39b
|
Merge pull request #3439 from bradrobertson/master
ActiveModel::Validator only takes one parameter, documentation had two params listed.
|
2011-10-26 07:27:15 -07:00 |
|
bradrobertson
|
2e62af310d
|
correct documentation on initialize method to accept a single parameter
|
2011-10-26 09:31:37 -04:00 |
|
Santiago Pastorino
|
408bbfe6bd
|
Merge pull request #3435 from MDaubs/action_pack_deprecations
Fix deprecation warnings in action pack render tests
|
2011-10-26 00:36:36 -07:00 |
|
José Valim
|
80768b739e
|
Responders now return 204 No Content for API requests without a response body (as in the new scaffold)
|
2011-10-26 09:31:56 +02:00 |
|
José Valim
|
aef62c4b4e
|
Scaffold returns 204 No Content for API requests without content. This makes scaffold work with jQuery out of the box.
|
2011-10-26 09:29:38 +02:00 |
|
José Valim
|
20c59dd214
|
Fix failing tests.
|
2011-10-26 09:20:24 +02:00 |
|
Aaron Patterson
|
450257c95b
|
properly handle lists of lists. Thanks @adrianpike for reporting!
|
2011-10-25 17:44:17 -07:00 |
|
David Heinemeier Hansson
|
1d9ab88ee6
|
Merge branch 'master' of github.com:rails/rails
|
2011-10-25 17:22:55 -05:00 |
|
David Heinemeier Hansson
|
5daf07704a
|
Fix that changing a store should mark the store attribute as changed
|
2011-10-25 17:22:52 -05:00 |
|
Vijay Dev
|
8aabdc69b7
|
Merge pull request #3357 from rahul100885/rahul100885_ws
Added test case for postgresql database
|
2011-10-25 13:43:47 -07:00 |
|
Jeremy Kemper
|
139562f241
|
Clean up .gitignore and make a note about using global ignores
|
2011-10-25 13:30:50 -07:00 |
|
José Valim
|
057a268d45
|
Revert "Ignore .rbx directories (rbx compiled bytecode files)"
This should go in your ~/.gitignore.
This reverts commit e75c18bff8.
|
2011-10-25 22:23:55 +02:00 |
|
José Valim
|
771ca79f74
|
Revert "Merge pull request #3395 from bdurand/fix_file_store_cleanup"
Tests were failing on Travis-CI.
This reverts commit 79d01a8f16, reversing
changes made to b838570bd6.
|
2011-10-25 22:23:25 +02:00 |
|
Vijay Dev
|
2856d74db7
|
Merge pull request #3422 from arunagw/unused_var_warning
Unused variable removed
|
2011-10-25 12:18:54 -07:00 |
|
Matthew Daubert
|
f7e56a3ab6
|
Fix deprecation warnings in action pack test suite due to passing template formats in the template name.
|
2011-10-25 15:11:45 -04:00 |
|
Vijay Dev
|
ddce29bfa1
|
safeguard against configs missing environment or the database key
|
2011-10-26 00:41:41 +05:30 |
|
José Valim
|
7eaa2ee07b
|
Merge pull request #3424 from avakhov/av-scaffold-func-test-remove-to_param
Remove needless to_param in scaffold functional test
|
2011-10-24 11:57:06 -07:00 |
|
Alexey Vakhov
|
98fbb50ebf
|
Remove needless to_param in scaffold functional test
|
2011-10-24 22:38:10 +04:00 |
|
Arun Agrawal
|
b6fc41275c
|
Unused variable removed
|
2011-10-24 21:56:27 +05:30 |
|
Xavier Noria
|
9dd168c402
|
minor revision to some new code in databases.rake
|
2011-10-24 14:46:28 +02:00 |
|
Xavier Noria
|
17bf04ff0d
|
registers PR #2419 in the CHANGELOG
|
2011-10-24 14:43:46 +02:00 |
|
Xavier Noria
|
b064614ffb
|
Merge pull request #2419 from dmitriy-kiriyenko/drop_test_database_in_development_when_running_rake_db_drop
When running "rake db:drop" also drop test database in development environment
|
2011-10-24 05:35:06 -07:00 |
|
José Valim
|
0e8a4b3e57
|
Merge pull request #3416 from arunagw/rbx_test_fixes
ActionPack test fix for RBX
|
2011-10-24 01:48:32 -07:00 |
|
Arun Agrawal
|
244dcfea47
|
ActionPack test fix for RBX
|
2011-10-24 14:11:20 +05:30 |
|
Jon Leighton
|
e75c18bff8
|
Ignore .rbx directories (rbx compiled bytecode files)
|
2011-10-23 18:07:17 +03:00 |
|
Vijay Dev
|
8698debcc2
|
Merge branch 'master' of github.com:lifo/docrails
|
2011-10-23 01:38:37 +05:30 |
|
Vijay Dev
|
227c31f7b6
|
edge doesnt provide turn gem in the gemfile anymore
|
2011-10-23 01:34:02 +05:30 |
|
Vijay Dev
|
337ff13be9
|
Merge pull request #3352 from arunagw/bump_sprockets
Bump sprockets
|
2011-10-22 13:01:24 -07:00 |
|
José Valim
|
dabf6cf1be
|
Merge pull request #3408 from guilleiguaran/remove-turn
Remove Turn from default Gemfile.
|
2011-10-22 12:56:21 -07:00 |
|
Guillermo Iguaran
|
a458833705
|
Remove Turn from default Gemfile.
We still looking for a best presentation for tests output.
|
2011-10-22 14:34:05 -05:00 |
|
Aaron Patterson
|
259741ae73
|
Revert "Merge pull request #3405 from arunagw/middleware_name"
This reverts commit c33090523c, reversing
changes made to 1c1c3fc2c0.
|
2011-10-22 12:28:06 -07:00 |
|
Aaron Patterson
|
c33090523c
|
Merge pull request #3405 from arunagw/middleware_name
Using middleware name to show proper name in the info
|
2011-10-22 11:45:38 -07:00 |
|
Vijay Dev
|
1c1c3fc2c0
|
minor fixes in the composed_of doc
|
2011-10-22 23:53:52 +05:30 |
|
Xavier Noria
|
f0a9411ede
|
Merge pull request #3407 from arunagw/rake_upgrade
No need to check ruby version here as rake 9.2.2 is out with the same fix
|
2011-10-22 11:04:40 -07:00 |
|
Arun Agrawal
|
c930170581
|
No need to check ruby version here
As rake 0.9.2.2 is out with the same
fix as 0.9.3.beta having
|
2011-10-22 22:29:38 +05:30 |
|
Arun Agrawal
|
bc5d334c7a
|
Using middleware name to show proper name in the info
|
2011-10-22 19:16:43 +05:30 |
|
José Valim
|
de17426980
|
Merge pull request #3404 from arunagw/warning_removed_request_id
Warnings removed from RequestIdTest
|
2011-10-22 04:06:52 -07:00 |
|
Arun Agrawal
|
50dfd58fdb
|
Warnings removed from RequestIdTest
|
2011-10-22 16:30:48 +05:30 |
|
Arun Agrawal
|
4ea21b6de2
|
Updated rack version in docs for 3.2
|
2011-10-22 15:54:55 +05:30 |
|
Arun Agrawal
|
6d5b92c735
|
Rails version to 3.2.0.beta in docs
|
2011-10-22 15:53:11 +05:30 |
|