search for: visintin

Displaying 15 results from an estimated 15 matches for "visintin".

2006 Apr 12
2
wiki.OnRails.com.ar Argentine Comunity Started
We are in beta now. http://wiki.onrails.com.ar Any question contact me pedro.visintin at gmail -- Posted via http://www.ruby-forum.com/.
2006 Apr 10
5
Inflections.rb in spanish
Hi: I have a problem with the plural of fracancia, I got fragancium but in spanish is fragancia. I modified inflections in environment.rb Inflector.inflections do |i| i.irregular ''fragancia'', ''fragancias'' end but is ignored. The solution that I found was comment this inflection on inflections.rb #inflect.singular(/([ti])a$/i,
2006 Apr 11
18
Rails 1.1 in Production
My hosting company is still supporting only Rails 1.0. I have installed Rails 1.1.2 to my vendor directory and deployed it in production which should mean that my application should be using the Rails version in my vendor diretory. But It looks like its still using local gem libraries, here is the error from dispatch.fcgi when I try and invoke my app NoMethodError (undefined method
2006 Apr 08
6
Deploy with Capistrano Win32 -> Linux
Im trying to deploy with capistrano from win32 to Linux but no success. I''ve been installed: cwRsync to ssh I ran rake remote:exec ACTION=setup --trace and get: Anyone knows how to get capistrano log ssh comunication? Any idea? Thanks rake aborted! End of file reached c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.8/lib/net/ssh/transport/version-negot iator.rb:51:in `readline''
2006 Apr 14
2
Rails 1.1.2 is working on shared hosting that has rails 1.0
After many hours I got working It is in spanish but you can copy paste the code. http://wiki.onrails.com.ar/onrailscomarwiki/show/Instalacion+de+Rails+y+Gems+en+un+hosting+compartido P http://wiki.onrails.com.ar -- Posted via http://www.ruby-forum.com/.
2006 Apr 13
1
Best way to debug environment.rb and boot.rb
Im learning and trying to see what happened wiht references and files loadeds during dispatch.rb environment.rb -> boot.rb Which is the best way to debugging? I need to find where will obtain references. I know that I can use logger in views but not when booting I guess. Im on a shared hosting, I cannot debug with webrick. Thanks P http://wiki.onrails.com.ar -- Posted via
2006 Apr 15
2
Using a Button to render partial
Is there a way to render a partial using a button? Basically in a content div I want the user to launch a new sub content item in the same div by clicking a button. Any help appreciated. Loving rails more and more everyday. -- Posted via http://www.ruby-forum.com/.
2006 Apr 11
2
''rake rails:update'' Error - can''t upgrade to 1.1.1
''rake rails:update'' is causing the below error for me when trying to upgrade my application. I''ve scowered Google and didn''t find much, has anyone else had this problem and solved it? C:\@cs\phase2>rake rails:update --trace (in C:/@cs/phase2) rake aborted! Don''t know how to build task ''rails:update''
2006 May 05
3
Cannot find gem for Rails =1.1.2
First post here: The error is below and i''m sure folks have posted it before, but perhaps i''ve missed the solution: I''m using apache because i first need to see if rails can work with apache. Some particulars: gem -v 0.8.11 ruby -v ruby 1.8.4 (2005-12-24) [i686-linux] rails -v Rails 1.1.2 rails-1.1.2 is installed (via gem) and environment.rb''s
2006 May 11
5
Problem running application in cpanel
Hi, I installed rails following the instruccions from http://wiki.rubyonrails.com/rails/pages/HowtoInstallAndRunRubyOnRailsOnCpanel but when i try see the application i have a 500 Internal Server Error, this is only with apache because i can run with webrick Please i am desesperate -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 12
8
500 Server Error - stumping me at the moment
I''m trying to deploy an app on Dreamhost and I''m getting the infamous 500 Server Error. Nothing in the rails logs because it looks to be happening before it gets there. In the apache error logs we have: [Wed Apr 12 12:51:51 2006] [error] [client 194.80.32.9] FastCGI: comm with (dynamic) server "/home/rlivsey/thatsprogress.com/current/public/dispatch.fcgi"
2006 May 13
0
scripts/plugin list
I got timeout error with plugin list command. How can I configure to skip some urls that I cannot acces by n seconds? Thanks P http://www.onrails.com.ar -- Posted via http://www.ruby-forum.com/.
2006 Apr 10
0
Gems on custom dir are ignored
Hi: Im working on my hosting linux platform and Im trying to use custom gems not that default installed on /usr/lib/ruby/gems/1.8 I installed gems on $HOME/apps/lib/gems/1.8 I export: export GEM_HOME=$HOME/apps/lib/gems/1.8 export GEM_PATH=$HOME/apps/lib/gems/1.8 I got rails 1.1.2 rails -v shows Rails 1.1.2 but on a page using dispatch.rb I got
2006 Apr 10
0
Loadpath question
Im installed gems on a custom gem path indicated by GEM_HOME. I updated rails to 1.1.2 via gem install rails --include-dependencies then rails -v Rails 1.1.2 but un a webapp via dispatch.rb through apache cgi, got rails 1.1.1 and dependencies. Where can be the loadpath to retrieve rails 1.1.1 when I need rails 1.1.2? thanks P -- Posted via http://www.ruby-forum.com/.
2006 Apr 11
0
Inflections in environment.rb ignored on rails 1.1.x?
Hi: Im dealing with this problem: I have a irregular inflection, so I need to declare on environment.rb But is ignored by rails. rails 1.1.0 rails 1.1.1 rails 1.1.2 What can I do? Any Idea? thanks P -- Posted via http://www.ruby-forum.com/.