Jason Voegele
|
0f7827ca34
|
Added info on using Ehcache as cache store.
|
2011-05-05 09:22:03 -07:00 |
|
Josh Kalderimis
|
8e69f1eb20
|
minor correction to the ActionDispatch::Http::URL subdomain docs
|
2011-05-04 21:53:10 +02:00 |
|
Sebastian Martinez
|
6372d23616
|
Fix punctuation errors.
|
2011-05-04 15:51:47 -03:00 |
|
Xavier Noria
|
aada1a4f78
|
Merge branch 'master' of github.com:rails/rails
|
2011-05-04 20:15:34 +02:00 |
|
Xavier Noria
|
47e1cca5dc
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2011-05-04 20:15:00 +02:00 |
|
José Valim
|
871096d854
|
Merge pull request #387 from smartinez87/remove_method.
Use #remove_possible_method instead
|
2011-05-04 11:14:57 -07:00 |
|
Sebastian Martinez
|
9be7911e87
|
Use #remove_possible_method instead here
|
2011-05-04 15:13:40 -03:00 |
|
Vijay Dev
|
2076295aba
|
commented meta code
|
2011-05-04 23:42:29 +05:30 |
|
José Valim
|
afc3ccf74c
|
Fix renew feature on cookies.
|
2011-05-04 20:12:27 +02:00 |
|
Vijay Dev
|
3e7a8ccdc4
|
formatting results in comments
|
2011-05-04 23:38:21 +05:30 |
|
Sebastian Martinez
|
1c2dc92aae
|
Use #remove_possible_method instead
|
2011-05-04 15:07:34 -03:00 |
|
José Valim
|
6b79463ed8
|
Fix .subdomain regression.
|
2011-05-04 20:05:35 +02:00 |
|
José Valim
|
a93bd11b1d
|
Use remove possible method here.
|
2011-05-04 19:31:43 +02:00 |
|
José Valim
|
85b8a88d87
|
Relax this dependency a bit.
|
2011-05-04 19:30:23 +02:00 |
|
José Valim
|
f6dc816367
|
Let's run those precious tests against the gem.
|
2011-05-04 18:46:19 +02:00 |
|
José Valim
|
92661b0c50
|
Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like Datamapper can also have their own sandboxing in rails console.
|
2011-05-04 16:47:35 +02:00 |
|
José Valim
|
b9bba555ca
|
Remove defined?(ActiveRecord) and use the railtie hook instead.
|
2011-05-04 16:32:24 +02:00 |
|
Xavier Noria
|
cea3b3cc9d
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2011-05-04 14:51:04 +02:00 |
|
Xavier Noria
|
897318f4ee
|
fixes typo in railties/CHANGELOG (spotted by Vijay Dev)
|
2011-05-04 12:10:38 +02:00 |
|
José Valim
|
1632a3a49f
|
More AV::Base cleanup.
|
2011-05-04 12:07:37 +02:00 |
|
Xavier Noria
|
30bb17e5e0
|
Merge pull request #384 from arunagw/new_plugin_test.
Fixed tests for new_plugin_generator.
|
2011-05-04 02:54:18 -07:00 |
|
Arun Agrawal
|
dd9200c32e
|
Fixed tests for new_plugin_generator.
|
2011-05-04 15:07:06 +05:30 |
|
José Valim
|
6afc900191
|
Move prefixes to view paths as they are now a lookup context dependency.
|
2011-05-04 11:28:37 +02:00 |
|
Xavier Noria
|
d9c39c3ae9
|
restores the -j option, but now it accepts the name of any library
If passed "foo", a gem "foo-rails" is added to the Gemfile
and "foo" and "foo_ujs" are required in the application
JavaScript manifest.
|
2011-05-04 10:33:53 +02:00 |
|
Xavier Noria
|
5d2cdb190a
|
removes the :update_ujs task in railties
|
2011-05-04 10:33:53 +02:00 |
|
Xavier Noria
|
33567d1d7b
|
jQuery is no longer vendored
|
2011-05-04 10:33:53 +02:00 |
|
José Valim
|
c9fa3f03fe
|
Also allow prefixes as third argument to lookup context.
|
2011-05-04 09:07:11 +02:00 |
|
José Valim
|
4758d37044
|
Merge remote branch 'apotonick/presentation'
|
2011-05-04 08:37:59 +02:00 |
|
Sebastian Martinez
|
24586edae2
|
Remove extra whitespaces
|
2011-05-03 21:38:19 -03:00 |
|
Sebastian Martinez
|
0ee2513356
|
Improves Mysql2 adapter docs
|
2011-05-03 21:26:02 -03:00 |
|
Sebastian Martinez
|
fab9bb77bf
|
Added #recreate_database docs
|
2011-05-03 21:25:38 -03:00 |
|
Sebastian Martinez
|
f049062497
|
Fixes on schema_definitions docs
|
2011-05-03 21:11:17 -03:00 |
|
Nick Sutterer
|
eb327c1bab
|
no @controller dependency in Renderers.
|
2011-05-04 00:12:11 +02:00 |
|
Nick Sutterer
|
b4bc2c50ca
|
fixed test to assert initialization value.
|
2011-05-04 00:11:34 +02:00 |
|
Nick Sutterer
|
88c21121f1
|
initialize prefixes in LookupContext.
|
2011-05-04 00:10:21 +02:00 |
|
Nick Sutterer
|
65ceccb0ba
|
controller's prefixes are now added to LookupContext.
|
2011-05-03 23:41:38 +02:00 |
|
Nick Sutterer
|
37f448e05e
|
added :prefixes accessor to LookupContext.
|
2011-05-03 23:38:44 +02:00 |
|
José Valim
|
bff374050d
|
Use latest rack-test.
|
2011-05-03 23:03:07 +02:00 |
|
Aaron Patterson
|
836b54eed8
|
Merge pull request #381 from joshk/mysql2_schema_test.
Added the mysql schema test to mysql2 adapter
|
2011-05-03 13:54:00 -07:00 |
|
backspace
|
3b795c12d7
|
Fix typo in Factory Girl description
|
2011-05-03 15:41:11 -05:00 |
|
Josh Kalderimis
|
323b7585e1
|
added the mysql schema test to mysql2 adapter, and fixed the corresponding failures
|
2011-05-03 21:15:10 +02:00 |
|
José Valim
|
d54ce7129c
|
Merge pull request #380 from vijaydev/master.
Fixes typos in params wrapper test
|
2011-05-03 11:19:27 -07:00 |
|
Vijay Dev
|
f490a81443
|
Fix typos in test method names
|
2011-05-03 23:35:01 +05:30 |
|
Aaron Patterson
|
cb9557c432
|
make sure IM repository is cleared after body is closed
|
2011-05-03 09:59:22 -07:00 |
|
Aaron Patterson
|
d0719c5938
|
proxying the body in the IM middleware so that IM is available for streaming ERb
|
2011-05-03 09:59:22 -07:00 |
|
Aaron Patterson
|
3f897c1a4c
|
adding a test case for the identity map middleware
|
2011-05-03 09:59:21 -07:00 |
|
Aaron Patterson
|
af8c54be0a
|
cache strings in the AST for faster comparison than include?
|
2011-05-03 09:59:21 -07:00 |
|
José Valim
|
dd7afdb2dc
|
Merge pull request #378 from danielvlopes/master.
Select_tag should have the same API of select from form_builder
|
2011-05-03 08:02:14 -07:00 |
|
José Valim
|
f9849070ac
|
Add a shared entry point for AV and AC render which can be used as extension in the future.
|
2011-05-03 16:51:47 +02:00 |
|
Daniel Lopes
|
c5d54be746
|
fix select_tag to have the same behavior of select
|
2011-05-03 11:39:27 -03:00 |
|