I\'ve got a fork of the rails repo on github, in which I\'ve got a branch, based on the rails-2-3-stable branch. I want to develop some changes based on rails 2.3.10 together with my app. We\'re using
I imagine that I should write a git commit hook (post-merge?) that would look at the list of changed files and run bundle install if necessary after I fetch and merge from my git repo.
I\'m trying to deploy a small rails3 app to a FreeBSD host using capistrano and bundler. I have added the line
I just created a new gem (using bundler) and want to add Active Record support. So I add开发者_Go百科ed s.add_dependency \"activerecord\", \"~> 3.0\" to my gemspec. Then I use Bundler.setup and Bun
I am using Rails 3.0.1, Bundler 1.0.3 and Ruby 1.9.2p0 (2010-08-18 revision 29036). Everything was fine and fast until I started adding Devise & Omniauth. From that on everything involving initial
I am trying to use this forked version of the searchlogic gem. In my gemfile, I have gem \"searchlogic\", :git => \"http://github.com/railsd开发者_JAVA技巧og/searchlogic.git\"
I started using bundler and have some problems getting it working. I have the following gemfile: source \"http://rubygems.org\"
I already gem bundler in system开发者_运维问答. I check \"gem list\". it show: *** LOCAL GEMS ***
I\'m developing an master rails app which controls other rails apps. It has a bash script to start those rails apps, and it works well while it\'s invoked in the command line manually.
I did the: gem install hpricot --platform=mswin32 It\'s correctly listed when I do gem list: *** LOCAL GEMS ***