Piotr Sarnacki
|
e4bd7ed2fa
|
Ensure that init.rb is evaled in context of Engine
|
2010-09-03 22:59:04 +02:00 |
|
Piotr Sarnacki
|
092b148b21
|
Engine can now serve files with ActionDispatch::Static
|
2010-09-03 22:59:04 +02:00 |
|
Piotr Sarnacki
|
c989d1a87d
|
Engine sets routes as default rack endpoint if no endpoint was given
|
2010-09-03 22:59:04 +02:00 |
|
Piotr Sarnacki
|
b5975a4a30
|
Delegate non existing class methods to instance for Engine
|
2010-09-03 22:59:03 +02:00 |
|
Piotr Sarnacki
|
7c8f73d1bd
|
Added TODO for evaling init.rb in context of Engine
|
2010-09-03 22:59:03 +02:00 |
|
Piotr Sarnacki
|
675f3ead41
|
Gather initializers from railties in engines to get rid of additional looping through initializers
|
2010-09-03 22:59:03 +02:00 |
|
Piotr Sarnacki
|
c787bfdf93
|
Engine can now load its own plugins
|
2010-09-03 22:59:03 +02:00 |
|
Piotr Sarnacki
|
ad6be08762
|
Made Engine valid rack app with its own middleware stack
|
2010-09-03 22:59:03 +02:00 |
|
Piotr Sarnacki
|
f7af75976a
|
require 'active_support/dependencies' in action_dispatch/middleware/stack
|
2010-09-03 22:59:03 +02:00 |
|
Xavier Noria
|
63032c1162
|
too many people are looking for the 2.3 guides, put by now a link at the top of the home, and add the Rails version in the main header
|
2010-09-03 22:00:22 +02:00 |
|
Xavier Noria
|
93acbf6bf3
|
Merge remote branch 'docrails/master'
|
2010-09-03 21:30:22 +02:00 |
|
Ken Collins
|
d28438caf2
|
A few schema changes for the SQL Server adapter.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2010-09-03 14:57:16 +12:00 |
|
José Valim
|
599e46bf24
|
Revert "Setup explicit requires for files with exceptions. Removed them from autoloading."
Booting a new Rails application does not work after this commit [#5359 state:open]
This reverts commit 38a421b34d.
|
2010-09-02 21:11:03 +02:00 |
|
rohit
|
13d2a08164
|
Add two integration tests for GeneratedAttribute missing type error. [#5461 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-02 12:59:21 +02:00 |
|
rohit
|
d2fc5e2f65
|
Output a friendly message when no type given for GeneratedAttribute [#5461 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-02 12:59:21 +02:00 |
|
rohit
|
8ffa695cec
|
Failing test for GeneratedAttribute [#5461 state:open]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-02 12:59:21 +02:00 |
|
Andreas Garnæs
|
1503e45e2e
|
ActiveModel#to_xml fix (renamed parameter).
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-02 12:55:45 +02:00 |
|
José Valim
|
b8f3b262e0
|
Remove deprecated dispatch test.
|
2010-09-02 12:55:14 +02:00 |
|
José Valim
|
48bf667a8b
|
Ensure routes are loaded only after the initialization process finishes, ensuring all configuration options were applied.
|
2010-09-02 12:54:21 +02:00 |
|
Łukasz Strzałkowski
|
38a421b34d
|
Setup explicit requires for files with exceptions. Removed them from autoloading.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-02 11:54:04 +02:00 |
|
Łukasz Strzałkowski
|
c5c839f75f
|
Cleaned up autoload definitions.
Now it's more transparent, and readable
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-02 11:53:58 +02:00 |
|
Thiago Pradi
|
df7f441c6e
|
Removing RJS hack
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-02 11:51:07 +02:00 |
|
Thiago Pradi
|
7698596adb
|
Removing unnecessary code from render_test
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-02 11:51:01 +02:00 |
|
Thiago Pradi
|
08187efa5b
|
Removing unnecessary code
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-02 11:50:51 +02:00 |
|
Greg Hazel
|
3f49456f5b
|
remove use of echo [#4410 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-02 11:50:38 +02:00 |
|
Akira Matsuda
|
4d9b2da5f3
|
"rails console t" must not load "production" but "test"
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-02 11:50:31 +02:00 |
|
Santiago Pastorino
|
920765c4c2
|
Add ruby-debug19 for mri 1.9
|
2010-09-01 21:24:33 -03:00 |
|
David Heinemeier Hansson
|
af03462b24
|
Dont need to spell out the dependency
|
2010-09-01 19:09:35 -05:00 |
|
David Heinemeier Hansson
|
278bc76ba6
|
Have sections for both Ruby 1.8.7 and 1.9.2 for the debugger since they use different gems
|
2010-09-01 17:39:06 -05:00 |
|
Andrew White
|
4e67bf26aa
|
Reset default scope in Thread.current when class is unloaded [#5497 state:resolved]
Signed-off-by: Xavier Noria <fxn@hashref.com>
|
2010-09-01 22:32:41 +02:00 |
|
Andrew White
|
f1966337fa
|
Add before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants!
Signed-off-by: Xavier Noria <fxn@hashref.com>
|
2010-09-01 22:32:41 +02:00 |
|
Andrew White
|
f8fb4651a7
|
Add missing lookup keys for error messages
|
2010-09-01 17:43:35 +01:00 |
|
Emilio Tagua
|
32e296b6ff
|
Use new finders syntax in docs.
|
2010-09-01 12:16:08 -03:00 |
|
Emilio Tagua
|
2ce57fd0d9
|
Fix test: this should return 0 not 7, since Arel was ignoring select clause and now it's fixed.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-01 15:09:38 +02:00 |
|
Subba Rao Pasupuleti
|
0ae81a2124
|
Refactoring conditional logic
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-01 14:00:26 +02:00 |
|
Subba Rao Pasupuleti
|
2d74ed49f4
|
reader method eliminates defined? checks
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-01 13:59:53 +02:00 |
|
Andrew White
|
02480a897b
|
Move implicit nested call before options handling so that nested constraints work [#5513 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-01 10:09:14 +02:00 |
|
Alex Chrome
|
dbf82557e4
|
Added :format option for form_for helper and spec for this [#5226 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-01 09:59:54 +02:00 |
|
Jack Dempsey
|
a79e985923
|
split out active_record migration logic so others can easily reuse [#5389 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-01 09:57:57 +02:00 |
|
Neeraj Singh
|
cacb44874f
|
delegate method should treat :prefix => false same as :prefix => nil
[#5375 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-01 09:57:13 +02:00 |
|
yury
|
9a6e3ae763
|
Remove unnecessary code from UrlHelper#link_to.
convert_options_to_data_attributes always returns not nil stringified html_options [#5445 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-01 09:57:04 +02:00 |
|
Krekoten' Marjan
|
57693d1362
|
Make ActiveSupport::Duration#method_missing delegate blocks to value [#5498 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-01 09:56:54 +02:00 |
|
Subba Rao Pasupuleti
|
dba4efbd0e
|
nested attributes tests should rely on associated objects to verify results not on assert_difference [#5206 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-01 09:56:48 +02:00 |
|
Thiago Pradi
|
46c14a6b03
|
Use join instead of looping and calling to_s [#5492 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-01 09:46:30 +02:00 |
|
Akira Matsuda
|
37e0c153de
|
fix typo(?)
|
2010-09-01 16:00:55 +09:00 |
|
Andrew White
|
6c3f5eb76c
|
Bump rack-mount to 0.6.13 and add test case for named character classes [#5509 state:resolved]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
|
2010-08-31 21:16:21 -03:00 |
|
Xavier Noria
|
8b2e4fddbf
|
Merge remote branch 'docrails/master'
|
2010-09-01 00:01:26 +02:00 |
|
Pratik Naik
|
db6190a022
|
Make all the Relation finder methods consistent
|
2010-08-31 22:25:28 +01:00 |
|
Pratik Naik
|
dce0cfae8b
|
Merge remote branch 'miloops/rails_master_fixes'
|
2010-08-31 22:05:42 +01:00 |
|
Pratik Naik
|
7694b97ddf
|
Remove default values for Relation#limit/offset/from/create_with
|
2010-08-31 21:56:21 +01:00 |
|