-
I thought I'd be clever and include the Zurb Foundation javascript files in my asset pipeline with this:
```
serve '/foundation', from: Foundation.js_path
```
And this works well in development, how…
-
I run the following `rackup` command and go to visit localhost:9292/index.html to see the examples but there is no graph picture ,Something wrong happened !
It seems to be the null object error.
yang…
-
## 1. Config nginx to serve static file
Create the directory for your_domain as follows, and create file index.html in this path.
```
sudo mkdir -p /var/www/my_way/html
```
Next, let’s enable t…
-
### Repro steps
1. Login for first time
2. Created a new project with name `test`
I got this error and I was expecting to get a new project created.
````ERROR: duplicate key value violates un…
-
已经安装了ffmpeg,docker以及服务也都部署了 调用接口报错
http://我的域名:4567/api/sorry/make
麻烦看下 谢谢了
2020-06-20 05:56:56 - Errno::ENOENT - No such file or directory @ rb_sysopen - temp/c9dcdfe4704b23f7671672d7c943d6a0.gif.…
-
While the readme of David lists sinatra as one of the frameworks which are compatible with david, I could not get david to work with sinatra so far.
Adding the david gem (together with cbor) will ma…
-
hi... it's not working here:
```ruby
Unexpected error while processing request: No such file or directory @ rb_sysopen - /Users/mymachine/.rvm/gems/ruby-2.4.0/gems/vesta-chat-0.1.0/lib/vesta/views…
-
- when imported sass/scss is changed, it won't recompile until the main sass/scss is changed
- when uglifier or nodejs not installed, `rake precompile_asset` uses 500 error pages for compiled assets w…
-
http://wigglemap.com/get_accident_counts returns 500
```
NoMethodError: undefined method `+' for nil:NilClass
/home/eric/Projects/wigglemap/utils/accidents.rb:25:in `generate_polygon'
/home/e…
-
I'm trying to run batsd-dash inside another sinatra app with little success.
When i run it locally, it "kinda" works with this:
```
app = Rack::Builder.new {
map "/metrics" do
run BatsdDash::…