similar to: trying to install GLOBALIZE

Displaying 20 results from an estimated 100000 matches similar to: "trying to install GLOBALIZE"

2008 Sep 03
1
edge rails config.cache_classes = true breaks applications
when using current edge rails, i am getting trouble when using the production environment -- i tracked down the problem to the following line config.cache_classes = true if i disable the class caching, everything works just fine, when enabling the cache_classes, lots of errors get dropped -- see the output below: error #1:
2007 Oct 29
0
Help with plugin install
I wish to install the globalize plugin and have it managed by the provider''s svn. For my purposes I am use the stable 1.2 release which the maintainer has released as http://svn.globalize-rails.org/svn/globalize/branches/for-1.2. To install with svn:extrrnal support one does this: script/plugin install -x \ http://svn.globalize-rails.org/svn/globalize/branches/for-1.2 My question
2008 May 31
2
Exec format error during globalize plugin install
While trying to install the globalize plugin (website down? -- http://www.globalize-rails.org/globalize/) for Rails, all the files seem to be transferred and placed properly, but I get the following error when install.rb attempts to run: Exec format error - rake -f C:/clients/MyClient/code/vendor/plugins/ globalize/../../../Rakefile globalize:upgrade_schema_to_1_dot_2 && exit 1 I see
2007 Feb 21
1
how to install globalize 1.2 in ROR
hi, can any one tell how to install globalize 1.2 in raby on rails step by step as soon as possible -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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
2007 Mar 09
3
Unicode not working under Mongrel
hi! I started my app in mongrel and everything works fine, except that it doesn''t show the unicode chars right. it worked under WEBrick.. where should I start tackling the problem? thank you! david -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2007 Jun 09
1
Rake test tasks only work with --trace
So this has left me completely confused. I''m trying to get the test suite going on an existing app, but things going a little crazy. In the application directory if I do ''rake'' or ''rake test'' I get: rake aborted! Lost connection to MySQL server during query However if I do ''rake test:units'' or ''rake
2008 Sep 23
5
Problem getting Rails to emit the correct (proxy) domain in route urls
Behind the scenes my app runs like this: http://myapp.mydomain.com/myapp and and https://myapp.mydomain.com/myapp are Apache 2.2 virtual hosts proxy-balanced to a mongrel cluster on the same machine. But I need to make these available here: https://www.mydomain.com/myapp and https://myapp.mydomain.com/myapp are on a second server using ProxyPass and ProxyPassReverse to
2007 Nov 07
2
links always go to 'localhost'
I am using Apache2.2 + Mongrel on my machine. Now I am accessing it over LAN. When I enter http://mymachinename/myapp it opens fine but when I click on any link in my rails app, it replaces mymachinename with localhost (http://localhost/myapp/controller/action) and thus I am unable to access it from remote location. -- Posted via http://www.ruby-forum.com/.
2007 May 20
1
SVN & Capistrano
I have my svn repository set up locally and working properly. I followed the instructions for local SVN deployment w/ capistrano (http://blog.wolfman.com/articles/2006/12/06/a-capistrano-scm-module- for-local-svn-access). I am able to connect to my server, however, it doesn''t put anything in the releases folder. Why is this? Also, in deploy.rb I set the repository to:
2007 Nov 14
2
Globalize and acts_as_versioned
The subject says it all: Has anyone had any experience with using globalize and acts_as_versioned (or equivalent) together. That is, I would like the version control to take the locales into account, the en-US translation could be on version 7 while the fr-FR version is 3. Am thinking about extending these plugins but maybe someone has already done this? Tanks in advance. Regards Erik Lindblad
2007 Jan 17
1
Get "Uninitialized constant" with Globalize
Hey there :) Wondering what''s up with this... I just installed the Globalize plug-in in my current project, ran the rake globalize:setup script, then added "include Globalize" to my config/environment.rb. Now, when I try to start my server, I get: => Booting Mongrel (use ''script/server webrick'' to force WEBrick) => Rails application starting on
2008 Sep 12
0
Exclude globalize from action
Hi everyone, I would like to know if it possible not to load globalize for a specific actions. I try to convert a view to pdf but there are some conflicts in the render_to_string function. So I would like to render the view without Globalize. Is it possible? Unfortunately the action_view of Globalize seems too tricky to mess around with --~--~---------~--~----~------------~-------~--~----~ You
2006 Sep 02
1
non-existent in that revision error when trying to install
When I try to install Engines, I get this error: [acompw@a-c12 railsapp]$ ruby script/plugin install engines svn: URL ''svn://rubyforge.org/var/svn/laszlo-plugin/rails/plugins'' non-existent in that revision Can anyone shed some light on what this error means and what steps I can take to resolve it. Thanks, Ben -- Posted via http://www.ruby-forum.com/.
2007 Sep 28
1
Globalize, partial, cache
Hello, I have a problem or don''t have :) Please check following if i did right: I have a web pages, that includes partials. Also i used Globalize plugin for translating web-pages. I get a problem with caching partials when used next code: <% cache "header" do %> <%= render :partial => ''/header'' %> <% end %> But after this header
2009 Feb 04
0
subdomain_fu rewriting wrong with tld size 2 ?
I have a website on a demo server at: mycompany.com I have a Rails app with subdomain_fu. I''ve verified it''s running in the right environment and set the TLD Size to "2" so I can have: myapp.mycompany.com admin.myapp.mycompany.com *.myapp.mycompany.com (for users'' customized landing pages) This works great on my local computer with "myapp.local" and
2007 Mar 04
0
Globalize, how to remove a translation
Hi, The title tells it all. How do I remove a transation when using the Globalize plugin. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send
2006 Dec 01
4
uninitialized constant error in app but not when using console
I''ve got a wierd issue here and maybe someone can assist i created a module in my apps lib directory which i use for authenticating against an external source (among other things). lib/myapp.rb ----------------- require ''rubygems'' require_gem ''activerecord'' # uses activerecord odbc adapter by openlink module MyApp module ExternalSource class
2009 Jan 15
4
HABTM and Check Boxes (Yet Another thread on this)....
Hi there, it''s an afternoon that i''m destroying my head on this, and i''ve decided to ask to you all . I''ve got to do some check box lists for a modified substruct version i''m doing, right now, i''m interested to insert a list of categories of interests into a customer sheet i''m using the substruct plugin version, wich stays in the
2005 Dec 06
4
Errno::E232 (The pipe is being closed.)
I get this error on occasion using both Webrick and Apache2/FCGI: Webrick Debug: [06/Dec/2005:07:46:19 :: 216] Dispatcher failed to catch: The pipe is being closed. (Errno::E232) [06/Dec/2005:07:46:19 :: 216] Dispatcher failed to catch: The pipe is being closed. (Errno::E232) C:/MyApp/Server/public/../config/../vendor/rails/actionpack/lib/action_controller/cgi_process.rb:158:in
2006 Sep 17
1
Serving rails application from server root
How can I set up my rails application to be served from the root of my server. Currently I have to enter http://www.mysite.com/site to load the application. It would like it to load from http://www.mysite.com/. My rails application is in a directory named "myapp" and the server serves files from "public_html" Thanks in advance. Matt -- Posted via