search for: gemrail

Displaying 8 results from an estimated 8 matches for "gemrail".

Did you mean: gemrails
2005 Dec 16
1
rails commands
HI all How do i know whether i am using Gemrails or Edgerails? if gemrails , detailhow to know versions of gems? thanks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Rails mailing l...
2005 Jan 12
2
Use of concrete rails version per application
Hi all, I''ve more than one rails based applications on my machine. When I upgrade my gems (including rails), I usually have to upgrade each application to be able to continue developing/using it... But some of these web applications don''t need to be up to date. I would be happy enough with older version of rails for these applications (, or I don''t have time to fix
2006 Mar 21
4
Broken config/lighttpd.conf? (in EdgeRails)
...downloaded the EdgeRails tree (revision 4007 using `/usr/local/ bin/svn co http://dev.rubyonrails.org/svn/rails/trunk rails`) and built a new rails app (using `/usr/local/bin/ruby rails/railties/bin/ rails ~/Sites/test2`) I then cd to the test2 directory, and `rake freeze_edge` (I also have GemRails installed which I can''t change yet). When I try to start the lighty server (using start/server) it tries to copy lighttpd.conf from my vendor directory (as it should). Unfortunately, `rake freeze_edge` doesn''t put "rails/railties/configs/lighttpd.conf" into my...
2006 Jun 15
5
gem install rails locally without Internet?
I''ve got a machine that cannot be connected to the Internet (think security precautions in a bank) and am thus trying to install rails using gem install rails-1.1.2.gem thinking this would work. It does not. I get errors about ActiveSupport module missing. It makes it sound like I have to get separate gems for ActiveSupport, ActiveRecord, etc., and install them all one at a
2006 Apr 11
1
Why will gems only install rails 1.0 when using a proxy?
Why will gems only install rails 1.0 when using a proxy? gem install rails -p http:\\myproxy will only install rails 1.0!!! why is this? it''s very irritating Chris -- Posted via http://www.ruby-forum.com/.
2005 Dec 19
1
Question about rjs templates
Hi everyone I read some support about rjs templates at http://www.codyfauser.com/articles/2005/11/20/rails-rjs-templates but when i download the rails1.0, i could not find the code in http://dev.rubyonrails.org/changeset/3078 ,and i also could not find the file actionpack/test/fixtures/test/delete_with_js.rjs is something wrong with me.thanks for your answers. -- Posted via
2006 Sep 18
1
how to set proxy with gem
use gem in local area network, how to set the proxy --~--~---------~--~----~------------~-------~--~----~ 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 email to
2005 Dec 02
8
UserEngine: stack level too deep
Hi, I''m trying to get the UserEngine running. I have installed the LoginEngine, added the essential lines to environment.rb / application.rb and application_helper.rb. Worked fine. Then I did the same with the UserEngine and when trying to set up the db: rake engine_migrate ENGINE=user I get: Migrating engine ''user_engine'' rake aborted! stack level too deep But...