similar to: rails & gems 0..9.2 problem

Displaying 20 results from an estimated 50000 matches similar to: "rails & gems 0..9.2 problem"

2007 Apr 23
3
Troubles with using gems in Rails
Hi! I''m observing some problems using gem inside Rails. My understanding is that after following sequence in irb: $ irb irb(main):001:0> require ''rubygems'' => true irb(main):002:0> require ''active_record'' => true irb(main):003:0> gem ''acts_as_taggable'' => true I should have access to acts_as_tagable mixins, like:
2007 Apr 11
1
error about "gem install mysql -r "?
ruby 1.8.6 (2007-03-13 patchlevel 0) [i486-linux] Rails 1.2.3 ------------------------------------------------------- debian:/home/ror# gem list -l *** LOCAL GEMS *** Service layer for easy email delivery and testing. actionpack (1.13.3) Web-flow and rendering framework putting the VC in MVC. actionwebservice (1.2.3) Web service support for Action Pack. activerecord (1.15.3)
2006 Mar 25
1
Question about upgrading to rails rc1.1
My current under-developed project is using rails 1.0 and now plan to upgrade to rails rc1.1,the project uses the Rails-engine and Login-engine as the login module,when I update the rails according to http://weblog.rubyonrails.org/articles/2006/03/22/rails-1-1-release-candidate-1-available The project still can not be started,anybody can tell me the reason?very thanksful!And following is the
2012 Oct 10
4
How do we get the End of Line date for the gems which we are using Ruby on Rails?
Hi All, I want to know the EOL date for the below gems for ROR. Can anyone help me how to find the EOL dates - authlogic - will paginate - oauth-plugin 0.3.14 - statistics 0.1.1 - YUI - cucumber 0.6.4 - cucumber-rails 0.3.0 - rspec 1.3.0 - rspec-rails 1.3.2 - webrat 0.7.0 - factory-girl 1.2.4 - database_cleaner 0.5.0 - SSL requirement - calender_select
2009 Sep 23
6
Dreamhost launch issues. What gems are used in my rails app?
Hi guys, I made a quick app for a family member to be deployed on Dreamhost (low budget). It''s my first time deploying on DH so I''m not familiar with the restrictions. I''m having an issue where I''ve been able to get git on both systems and used capistrano to deploy the app. However migrations fail. I also tried exporting my local staging mysql schema and
2006 Mar 28
2
Rails 1.1 and Rails 1.0 gems
Firstly, Congrats to the Rails team for the 1.1 release! I installed Rails using the package created by Tony Arnold, referenced here: <http://tonyarnold.com/articles/2005/08/10/rolling-with-ruby-on-rails-on-mac-os-x-tiger-for-beginners> I did the upgrade to Rails 1.1 and all went well. Now, however, I seem to have two sets of gems installed. Doing a ''gems list'', I see:
2011 Jun 09
1
Rails 3.1 RC4 has broken migrations
Rails 3.1 RC4 has broken migrations $ jruby -v jruby 1.6.2 (ruby-1.8.7-p330) (2011-05-23 e2ea975) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_24) [darwin-x86_64-java] $ jruby -S rails -v Rails 3.1.0.rc4 $ jruby -S rails new myapp -d jdbcpostgresql [...] $jruby -S rake db:create [...] $ jruby -S rails g model user name:string invoke active_record create
2005 Jul 31
2
Central list of Rails gems?
Is there a centralized list of Rails gems somewhere? Or even just a database of some kind of gems that can be useful to Rails apps, not just specific to Rails? -raymond -- Raymond Brigleb, Creative Director Needmore Designs -- The beautiful, usable web. Website http://needmoredesigns.com/ Email ray-THGPwszTed5CpjqP0VxSwUEOCMrvLtNR@public.gmane.org
2006 Aug 09
0
Problem on install gem install rails
Scenary: Fedora Core 5 + VirtualimPro Ruber RPM''s : ruby-libs-1.8.4-8.fc5 ruby-rdoc-1.8.4-8.fc5 ruby-mode-1.8.4-8.fc5 ruby-libs-1.8.4-8 ruby-debuginfo-1.8.4-8 ruby-ri-1.8.4-8 ruby-1.8.4-8 ruby-rdoc-1.8.4-8 ruby-devel-1.8.4-8 ruby-mode-1.8.4-8 ruby-tcltk-1.8.4-8 ruby-1.8.4-8.fc5 ruby-irb-1.8.4-8.fc5 ruby-ri-1.8.4-8.fc5 ruby-devel-1.8.4-8.fc5 ruby-irb-1.8.4-8 ruby-docs-1.8.4-8
2008 Jun 24
1
Rails 'rake gems:install' error in windows
I am developing with rails at three platform mac, windows, linux. until Rails 2.1, we can describe gem dependencies in environment.rb. ( this one ~ http://ryandaigle.com/articles/2008/4/1/what-s-new-in-edge-rails-gem-dependencies ) so I write environment.rb like below for using will_paginate ... config.gem ''capistrano'' config.gem
2006 Apr 17
1
Error with installing rails/gems on ubuntu-dapper
I am getting an error when trying to install rails on dapper. It looks like it partially installed something. Mainly the issue seems to be with ''gems''? I am using: ruby-1.8.4 gems 0.8.11 Is this bad? bbrown@england:~/rubygems-0.8.11$ sudo gem install rails --include-dependencies Attempting local installation of ''rails'' Local gem file not found: rails*.gem
2010 May 25
1
rake rails:freeze:gems bug in rails 2.3.5?
Hi All, Not sure if this is a bug or expected behavior. I''ve pasted my log below, but basically the first time that I run rake rails:freeze:gems, I get action* all unpacked into app/vendor/ rails.....the 2nd time I run it? I only get vendor/railties/* Something I''ve done wrong? Thanks, Dale ---- log ----- ~/cygwin/test$ rake rails:freeze:gems (in C:/Documents and
2010 Apr 19
0
Gem::FilePermissionError on "rails:freeze:gems" task
My understanding is that the "rails:freeze:gems" task copies the Rails source into the application''s vendor directory. Which is why I find the following error surprising and confusing, because the task should not involve writing to system files or directories: % rake rails:freeze:gems (in /Users/tallen/apps/pnc) Freezing to the gems for Rails 2.3.5 rm -rf vendor/rails mkdir -p
2006 Aug 09
6
gem install rails
Hi All, I installed ruby184-20 and rubygems-0.9.0 on my computer. When I tried to run C:\ruby>gem install rails --include-dependencies, it showed the following message: Bulk updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::GemNotFoundException) Could not find actionpack (= 1.12.4) in the repository Could any one help to solve the above
2011 Sep 25
2
Noob Rails patcher - problems running the sqlite3 tests...
Hi, I am following the guide here: http://guides.rubyonrails.org/contributing_to_ruby_on_rails.html I have an ubuntu 11.04 VM setup, installed rvm, and ruby (ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]). Pulled down the rails from github and created a 3.0 branch: $ git branch --track 3-0-stable origin/3-0-stable $ git checkout 3-0-stable I can run the non-db tests ok, all pass
2004 Nov 20
0
Stack level too deep on Cygwin and on Debian / Colinux with 0.5.0 - 0.8.5 Beta gems
Hi, as it is not possible for me to use a sensible development environment to start with I have to use emulations. I use Cygwin on windows and also Colinux. (Colinux is really amazing cause it lets you run actual linux binaries und Windows.) So here is my problem, which by the way exists since Rails 0.5.0 I think. It was the reason I tried Colinux in the first place, cause the error first
2006 Aug 10
8
Problem installing rails with gems
I have ruby 1.8.4 and gem 0.8.11 installed on Ubuntu Dapper. Now I wanted to use gem to install rails (as documented in the wiki). That worked fine, but afterwards, the command rails is not found. It seems that the gem install command does not place the binaries in the apropriate directory. The instruction pages at the Rails websites show that one cun simply type "rails" after the gem
2010 Feb 19
1
First time rails install, help with gems/rake
Hello all, I just did a first time ruby enterprise edition, installed some gems, and now I''m trying to do a '' sudo ./rake gems:install'' and getting a: rake aborted! No Rakefile found error. Firstly, what directory should I be doing this from? -- View this message in context:
2011 Nov 22
0
gems problem with ruby on rails application
I am fed up with so many gems problems to running one ruby on rails application , which use ruby 1.8.7 and rails 2.3.6. so some gems which related with 2.3.6 not getting now a days. we just change to 2.3.11 in * (environment.rb). *and when i run* bundle instal*l command, which shows* could not find gemfile* .already i have install all the gems which using in that application. Any way to solve
2009 Aug 31
7
"Missing these required gems: rspec-rails" in ruby 1.9
i get the above error when running rake. I tried switching rails 2.3.3 with 2.3.2 but it didn''t help. here are my gems: actionmailer (2.3.2) actionpack (2.3.2) activerecord (2.3.2) activeresource (2.3.2) activesupport (2.3.2) builder (2.1.2) cucumber (0.3.98) diff-lcs (1.1.2) hoe (2.3.3) nokogiri (1.3.3) polyglot (0.2.8) rack (1.0.0) rails (2.3.2) rake (0.8.7) rspec (1.2.8) rspec-rails