
codesite-noreply at google
Jun 23, 2009, 5:54 PM
Post #10 of 14
(521 views)
Permalink
|
|
Issue 501 in cherokee: Ruby on Rails wizzard doesnt works with rails 2.3.2
[In reply to]
|
|
Comment #9 on issue 501 by gunnarwolfi: Ruby on Rails wizzard doesnt works with rails 2.3.2 http://code.google.com/p/cherokee/issues/detail?id=501 Hi, Sorry, I had not seen this thread up to now, even with Álvaro's explicit reference to me. I just set up the most basic 2.3.2 Rails application. I have a 2.2.2 systemwide (Debian package) install, so it might be the culprit for the success: $ cd /tmp $ git clone git://github.com/rails/rails.git $ cd rails $ git checkout v2.3.2 $ cd .. $ rails cuac $ rm -rf cuac/vendor $ mkdir cuac/vendor $ mv rails cuac/vendor Then added it via the wizard. And it worked perfectly (well, as far as a non-application can work). I am quoting the reported application environment (/rails/info/properties): Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.3.4 Rack version 1.0 bundled Rails version 2.3.2 Active Record version 2.3.2 Action Pack version 2.3.2 Active Resource version 2.3.2 Action Mailer version 2.3.2 Active Support version 2.3.2 Edge Rails revision 73fc42cc0b5e94541480032c2941a50edd4080c2 Application root /tmp/cuac Environment development Database adapter sqlite3 Database schema version 0 As for the Rails way: Álvaro, the single thing that most pisses me off about the Rails community is that their definition of «stable» is «bleeding edge». I have been a Rails guy for ≈2yr, and the preferred deployment scheme has moved from Apache+FCGI to Apache+SCGI to Apache+Mongrel to Lighttpd+Mongrel to Apache+Passenger... Well, at least it means that the Next Big Thing can be Cherokee+whatever ☻ -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev[at]lists.octality.com http://lists.octality.com/listinfo/cherokee-dev
|