-
I wanted to see how local deploys work, so I went into the "my app" sample app and added the following into config.yml:
```
staging:
deploy_strategy: local
deploy_path: compiled/staging
```
Then I…
-
Installed latest version, tried making an app, got:
```
flatiron-rails new museumhack-cms
create
create README.rdoc
create Rakefile
create config.ru
create .gitign…
-
I cloned this git repository, executed `bundle install` and then tried to run this app:
```
% script/run
Setting up Bowline. This could take a while...
/Users/sema/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/…
-
Hello,
I just wanted to install rubinius on my env which just failed. The command is below: (even latest version)
```bash
rvm use rbx --install --binary --fuzzy
```
I have ruby 2.3.1 prein…
-
A syntax error in a non-spec file caused a _SyntaxError_ to be raised outside of specs. Getting a stacktrace of the rspec process during the hang gave this:
```
rspec pid: 11529
…
-
# Report
## What did you do?
Run `pod install`
## What did you expect to happen?
Install Successful;
## What happened instead?
`[!] Error installing FBRetainCycleDetector
`
### Full ve…
-
Hey, awesome gem, thanks. I'm having a weird beginner issue - just want to see if someone can recreate it or point me in the right direction.
when I run `tumblr post 'test' --host=http://myblog.tumbl…
-
Using rvm 1.29.3 on MacOS 12.6.5 with zsh 5.8.1
## Description
When I switch to a rvm managed Ruby version, irb does not load ~/.irbrc.
In addition, the environment variable IRBRC, which I c…
rovf updated
7 months ago
-
I use command "enginex pdf_renderer", but failed, error info as follow
/home/wuguoyao/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:1603:in `raise_if_conflicts': can't …
ghost updated
13 years ago
-
Hello.
I have connected rspec-parameterized gem according to instructions in read-me file.
But after it, I cannot run ant spec. I get the next errors:
```
/home/ruslan/.rvm/gems/ruby-2.0.0-…