-
Error after using sidekiq generator and trying to deploy.
```
rake aborted!
NoMethodError: undefined method `[]' for nil:NilClass
/app/config/initializers/sidekiq.rb:1:in `'
/app/vendor/bundle/…
-
Gemfile:
``` ruby
gem 'logging-rails', require: 'logging/rails'
```
config/loggin.rb
The original.
config/initializers/logging.rb:
``` ruby
Rails.application.configure do
if Rails.env.productio…
-
Set-up instructions below, with 16-way concurrency/DB on server and siege hitting it with 16 threads. I could not find a way to set this flag. This is TruffleRuby 22.3 JVM CE.
```
$ RAILS_ENV=prod…
-
I've been using Spectator Sport on one website. These are the numbers:
```
> SpectatorSport::Session.count
=> 20308
> SpectatorSport::SessionWindow.count
=> 44050
> SpectatorSport::Event.count
=> 566…
-
Hi. For the first time trying your gem and here is what I get on `rails 5.1.3` and `react-rails 2.2.1`
> It seems there is no server running or you are not in a rails project root directory
=> Boo…
Seybo updated
3 years ago
-
I don't know what the backwards support policy is for faye-rails, but in pre-4 Rails, but I have an issue in latest Rails 3.x when running the application. I'm using latest thin and faye-rails and I g…
ghost updated
10 years ago
-
Trying to invoke:
rake erd only=Model1,Model2 only_recursion_depth=1
Results in:
```
Loading application environment...
Loading code in search of Active Record models...
Generating Entity-…
-
Consistently seeing this error during rake secret token generation:
```
Bundler::GemRequireError: There was an error while trying to load the gem 'coffee-rails'.
Gem Load Error is: wrong argument…
-
I have 2 apps running without a glitch - but this third – **clock** – one is really bumming me out!
```
clock/ (master *) $ ls -la ~/.pow/
total 24
drwxr-xr-x 5 enrique staff 170 20 Jan 11:14 .
dr…
-
I have this file structure in Rails
```
app:
assets:
javascripts:
application.js
components:
my_component.js
utils:
my_util.js
```
application.js r…