Joshua Peek
|
29ba9c0307
|
Use Rails.root in statistics rake task
|
2009-10-16 19:40:59 -05:00 |
|
Joshua Peek
|
7593e8b8b5
|
Rakefile doesn't need initializers to be ran
|
2009-10-16 19:40:08 -05:00 |
|
Joshua Peek
|
c7bf1058d3
|
Fix incorrect path in script/runner template
|
2009-10-16 19:33:25 -05:00 |
|
Joshua Peek
|
f1640a1653
|
script/runner should require environment
|
2009-10-16 19:33:25 -05:00 |
|
Joshua Peek
|
8f2d8f4528
|
script/performance/profiler should require environment
|
2009-10-16 19:33:24 -05:00 |
|
Joshua Peek
|
2f7217c76a
|
script/performance/benchmarker should require environment
|
2009-10-16 19:33:24 -05:00 |
|
Joshua Peek
|
7635c9f4c0
|
script/generate should require environment
|
2009-10-16 19:33:24 -05:00 |
|
Yehuda Katz
|
7e9e370e03
|
Make encodings work with Erubis and 1.9 again
|
2009-10-16 17:28:44 -07:00 |
|
Joshua Peek
|
a22394295c
|
Ignore log folder created by tests
|
2009-10-16 19:25:21 -05:00 |
|
Joshua Peek
|
c40f79f330
|
script/about should require environment
|
2009-10-16 19:24:19 -05:00 |
|
Joshua Peek
|
4cebd41d9e
|
Fix Rails root in sqlite adapter
|
2009-10-16 19:08:09 -05:00 |
|
Joshua Peek
|
c1261b5484
|
Use Rails.application where we want a valid rack app
|
2009-10-16 19:04:28 -05:00 |
|
Joshua Peek
|
d859402696
|
Use Rails.initialize! where we just want to run the initializers and aren't concerned about the config
|
2009-10-16 18:58:35 -05:00 |
|
Joshua Peek
|
92bfc693f2
|
Rackup file should require environment
|
2009-10-16 18:46:34 -05:00 |
|
Joshua Peek
|
3971d972c3
|
Expand paths in i18n initializer tests
|
2009-10-16 18:42:55 -05:00 |
|
Carl Lerche
|
c296b33ef1
|
Make the railties tests pass
|
2009-10-16 16:31:05 -07:00 |
|
Carl Lerche
|
591eaf3b2c
|
Get apps generated with working again.
|
2009-10-16 16:03:14 -07:00 |
|
Joshua Peek
|
2ca93403a2
|
Ruby 1.9: qualify toplevel File reference since config.ru could be eval'd in a different scope
Restores accidentally-reverted commit.
|
2009-10-16 14:21:27 -07:00 |
|
Carl Lerche
|
2110a524a4
|
Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application's object root)
|
2009-10-16 12:51:02 -07:00 |
|
Joshua Peek
|
6094e65169
|
We won't be publishing tars and zips anymore
|
2009-10-16 13:56:59 -05:00 |
|
Yehuda Katz
|
a565c19c5b
|
Fix a bug where templates with locales were not being sorted correctly
|
2009-10-16 11:26:19 -07:00 |
|
Nick Sieger
|
471a394215
|
Modify connection pool callbacks to be compatible w/ new style
Signed-off-by: Yehuda Katz <wycats@gmail.com>
|
2009-10-16 10:34:52 -07:00 |
|
Jeremy Kemper
|
b0f55dc1f8
|
Remove framework subscriber tests which depends on AR, which isn't loaded
|
2009-10-15 21:51:24 -07:00 |
|
Jeremy Kemper
|
ef75d05829
|
Get rid of stray require again
|
2009-10-15 17:39:19 -07:00 |
|
Jeremy Kemper
|
71f7e75d95
|
Merge branch 'master' into orchestra
|
2009-10-15 17:36:54 -07:00 |
|
Yehuda Katz
|
ef70ad5538
|
Fix a few more 1.9 bugs. Rack 1.0.1 is required for 1.9 compliance but not release, so bundling 1.0.1 from git
|
2009-10-15 17:16:42 -07:00 |
|
Yehuda Katz
|
c44d560145
|
Rack responses need to wrap Strings in 1.9
|
2009-10-15 16:37:27 -07:00 |
|
Yehuda Katz
|
e9d6bcd19f
|
Update MetalTest for constant scoping change in 1.9
|
2009-10-15 16:33:47 -07:00 |
|
Yehuda Katz
|
4869b74aee
|
Fix test to correctly handle 1.9 Array#to_s behavior
|
2009-10-15 16:27:26 -07:00 |
|
Yehuda Katz
|
b71f83c9cc
|
Work around apparent bug in 1.9
|
2009-10-15 16:03:30 -07:00 |
|
Carl Lerche
|
97296b11e2
|
Have config/application.rb contain the application definition and require that file instead of config/boot.rb or config/environment.rb in script/*.
|
2009-10-15 14:54:12 -07:00 |
|
José Valim
|
2d7abe245e
|
Renamed Orchestra to Notifications once again [#3321 state:resolved]
|
2009-10-15 18:51:51 -03:00 |
|
Yehuda Katz
|
e1490d4e4c
|
Change config implementation in AV slightly
|
2009-10-15 14:41:59 -07:00 |
|
José Valim
|
5988b87c30
|
Added parent_of? method to help tracing events.
|
2009-10-15 18:19:25 -03:00 |
|
José Valim
|
11f9f556b8
|
Make Orchestra specs run on isolation.
|
2009-10-15 18:19:25 -03:00 |
|
José Valim
|
a15e02d44a
|
Unify benchmark APIs.
|
2009-10-15 18:19:25 -03:00 |
|
José Valim
|
aeaabc6d2d
|
Configure Orchestra on initialization.
|
2009-10-15 18:19:25 -03:00 |
|
José Valim
|
8f59d7a8d8
|
Instrument cache store events only if required.
|
2009-10-15 18:19:24 -03:00 |
|
José Valim
|
af0d1fa892
|
Update Orchestra instrumentations and move part of logging to Orchestra.
|
2009-10-15 18:18:44 -03:00 |
|
José Valim
|
5d0f8abc00
|
Orchestra listeners have their own queue.
|
2009-10-15 18:18:44 -03:00 |
|
José Valim
|
7b7796e23d
|
Events are created inside threads.
|
2009-10-15 18:18:44 -03:00 |
|
José Valim
|
7b5225a529
|
Abstract publishing, subscribing and instrumenting in Orchestra.
|
2009-10-15 18:18:43 -03:00 |
|
José Valim
|
a60bdd7d29
|
Added queue abstraction to Orchestra.
|
2009-10-15 18:18:43 -03:00 |
|
José Valim
|
8b340ab2f6
|
Revert "Rename Orchestra to Notifications [#3321 state:resolved]"
This reverts commit 8cbf825425.
|
2009-10-15 18:06:15 -03:00 |
|
Yehuda Katz
|
02b76862e1
|
Bundle AMo
|
2009-10-15 14:04:18 -07:00 |
|
Yehuda Katz
|
cb8b0f4a5a
|
Make this less brittle and work on 1.8
|
2009-10-15 13:35:22 -07:00 |
|
Jeremy Kemper
|
428c0bd4ba
|
Kill rake bundle
|
2009-10-15 00:29:21 -07:00 |
|
Jeremy Kemper
|
d5de94d6b7
|
Fix AM tests by configuring AV
|
2009-10-15 00:22:15 -07:00 |
|
Jeremy Kemper
|
deafa10e6c
|
AP tests depend on AR
|
2009-10-15 00:22:15 -07:00 |
|
Michael Koziarski
|
b1201792a7
|
Make the erubis implementation easier for plugins to change.
|
2009-10-15 17:54:01 +13:00 |
|