search for: rtacconi

Displaying 11 results from an estimated 11 matches for "rtacconi".

Did you mean: tacconi
2009 Oct 12
15
We're sorry, but something went wrong on Tomcat
I am using JRuby and I have to deploy on Tomcat. My web app is working fine in the dev envirmonment, with Mongel, but when I deploy on Tomcat I get "We''re sorry, but something went wrong on Tomcat". The problem is that production.log only shows: # Logfile created on Mon Oct 12 12:54:36 +0100 2009-bash-3.00 The file permission and directory are 777. Any idea how I can
2009 Nov 25
1
CMS act_as_tree and modular architecture
I am developing a CMS using act_as_tree for the pages and act_as _list to order them (as shown on Railscasts). Each page can load a custom ERB template, for instance I have one to display a standard article and one to display a group of articles (so acting as a category of underling articles). If I want to develop a forum, let''s say that I have a page with id 5, with name forum, how can
2011 Feb 21
1
Multiple custom CSS for Formtastic
Inside stylesheets I have formtastic.css and formtastic_changes.css. In formtastic_changes.css I have a custom with: form.formtastic { width: 700px; etc.. It is working ok but now in only one page only, need a narrower form, say 530. So I need to have two width set up. What is the best way to do this? I mean I do not want to change the other forms in the project, I just want to change the
2011 Mar 25
1
undefined method `init' for Mysql:Class on Mac with rvm and Passenger 3
I tried to find some help in the Passenger group without luck. I would not like to use mysql2 gem (it gives an error too) because in production I have to use mysql gem anyway. I moved to Passenger 3 and I am not able to run a Rails 2 and a 3 apps. They both uses Passenger 3 (latest) and ree 2011.03. The Rails 2 app gives uninitialized constant MysqlCompat::MysqlRes The Rails 3: NoMethodError
2009 Dec 29
1
undefined method `alias_method_chain' for I18n::Backend::Simple:Class
Hi, We are running RE: ruby 1.8.7 (2009-06-12 patchlevel 174) [sparc-solaris2.10], MBARI 0x8770, Ruby Enterprise Edition 2009.10 I tried a simple web app with a controller rendering a text and is working in my PC but on the server I get: Error message: undefined method `alias_method_chain'' for I18n::Backend::Simple:Class Exception class: NoMethodError Application root:
2010 Jan 05
1
Errno::ENETUNREACH (Network is unreachable - connect(2)):
I am trying to run my first app on the Solaris server, in a production environment. I get a network unreachable. Why? Does it belongs to database.yml config? Processing CategoriesController#index (for 10.3.70.129 at 2010-01-05 14:00:47) [GET] Errno::ENETUNREACH (Network is unreachable - connect(2)): /usr/ruby-enterprise/lib/ruby/1.8/net/http.rb:560:in `initialize''
2009 Sep 30
0
MOM - Message Oriented Middleware for Rails
I would like to develop a monitoring system with Ruby and Rails. I will have the agents in the server and the monitoring system, with a poller that will notify the Rails application. I have tested ActiveMQ, with JRuby and Ruby and works fine. I will test the ActiveMessage plugin for an Rails easy integration. I wondering what are the more popular and reliable choices on Rails for MOM. I saw that
2009 Nov 17
0
No such file or directory - /usr/local/lib/ruby/1.8/sparc-solaris2.10/readline.so (LoadError)
I am trying to run console on a Solaris server and I get this error: -bash-3.00$ script/console Loading development environment (Rails 2.3.4) /usr/local/lib/ruby/1.8/sparc-solaris2.10/readline.so: ld.so.1: ruby: fatal: libedit.so.0: open failed: No such file or directory - /usr/ local/lib/ruby/1.8/sparc-solaris2.10/readline.so (LoadError) from /usr/local/lib/ruby/1.8/irb/completion.rb:10
2010 Mar 25
0
ActionMailer configuration for Solaris and mailx
Does anyone knows how to configure ActionMailer with Solaris and mailx? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2011 Apr 05
0
Capistrano deployment in load balancer with sticky session
Hi, I used to have a couple of applications running on a single server. Now they have been migrated in two server, load balanced using sticky sessions. They told me that files in the first server will be replicated during the night to the secondary. I still have my old Capistrano recipe to be updated. I thought I can create two different environments, one for the first server, one for the second
2011 Aug 09
0
Passenger running Rails site on GlusterFS
I would like to use GlusterFS to share Rails applications. Rails apps will run using Apache and Passenger. Do you see any problem in sharing Rails files? What about the tmp directory? If you do not know GlusterFS, it is like NFS but HA and load-balanced. The idea is to deploy in one point, and immediately share the code with all servers. Plus any file uploaded or anything in /public will be