search for: gemsonrail

Displaying 7 results from an estimated 7 matches for "gemsonrail".

Did you mean: gemsonrails
2010 Jun 09
3
rake tells me to install gems that are already there
...: config.gem "formtastic" config.gem "authlogic" So I installed them but I still get the same error. I''ve no clue as to whether this is a hostmonster problem or something in a rails script or configuration file that I''m overlooking. I also found a gem called gemsonrails. So I was thinking if I link my gems to my application, then push it onto my hosting providor, I won''t need to manually install gems then? Does anyone have any experience with gemsonrails? Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on...
2010 Dec 06
15
Windows new installation - Always problems
...ication with all the associated gems and ship it to a new server and having it to "just work" in a Windows environment. Although I have never done it I know that Rails can be frozen into the application. I am wondering if I can do the same thing with other gems. I have found this (http://gemsonrails.rubyforge.org) that seems to be what I need, although it''s from 2007 and I was wondering if anybody is using it and/or there are other or better alternatives. Since I can''t use RVM I have looked into Pik but that, I believe, will not help me since it''s a way to keep env...
2008 Jun 20
0
Any luck using Rails 2.1 config.gem?
I''ve seen Ticket #92 where a load error in the chronic gem pops up. In that ticket is a mention of using gemsonrails to freeze gems in vendor/gems. I am using the built-in functionality in Rails 2.1 to do that; using the config.gem statement in environment.rb. However when I do this, those gems are not available to backgroundrb: ruby script/backgroundrb start /System/Library/Frameworks/Ruby.framework/Versi...
2010 Aug 14
0
i am getting errors when run these commands...........
XXXXXXXXXX:~/.coupa-1.5#gem list *** LOCAL GEMS *** actionmailer (2.3.8) actionpack (2.3.8) activerecord (2.3.8) activeresource (2.3.8) activesupport (2.3.8) acts_as_ferret (0.4.1) daemons (1.0.10) gem_plugin (0.2.3) gemsonrails (0.7.2) minitest (1.6.0) mongrel (1.2.0.pre2) mysql (2.8.1) rack (1.1.0) rails (2.3.8) rake (0.8.7) rdoc (2.5.8) rtf (0.1.0) rubygems-update (1.3.7) rvm (0.1.45) sdsykes-ferret (0.11.6.19) test-unit (2.1.1) vpim (0.695) XXXXXXXXX:~/.coupa-1.5# mongrel_rails start ** Starting Mongrel listening at...
2010 Aug 16
0
[RE][RE][RE] i am getting errors when run these commands...........
...is currently on your system. Type “gem list” to see all gems and their version) XXXXXXXXXX:~/.coupa-1.5#gem list *** LOCAL GEMS *** actionmailer (2.3.8) actionpack (2.3.8) activerecord (2.3.8) activeresource (2.3.8) activesupport (2.3.8) acts_as_ferret (0.4.1) daemons (1.0.10) gem_plugin (0.2.3) gemsonrails (0.7.2) minitest (1.6.0) mongrel (1.2.0.pre2) mysql (2.8.1) rack (1.1.0) rails (2.3.8) rake (0.8.7) rdoc (2.5.8) rtf (0.1.0) rubygems-update (1.3.7) rvm (0.1.45) sdsykes-ferret (0.11.6.19) test-unit (2.1.1) vpim (0.695) XXXXXXXXX:~/.coupa-1.5# mongrel_rails start ** Starting Mongrel listening at...
2006 Dec 26
15
is there a way to not repeat installing plugins?
i seem to be using the same plugins for all my sites and was wondering if there is a way to make the process easier and faster? is this what is called by "packing your own gems"? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2009 Feb 09
9
fastercsv, freezing into vendor/gems
I''m using fastercsv such that in my rake file I''m doing this. require ''fastercsv'' It works fine on my Mac. I need to freeze this gem into the app though so my rake tasks work on the production machine. ----------- I spent about two hours though this weekend trying to get this Gem "frozen" into the vendor/gems folder. I tried all sorts, I ... -