-
As discussed at lunch today - it should be easier for participants to contribute to the crowdAI codebase (Rails + grader).
A way to make this possible and will support Linux, OS X and Windows user…
-
i do this steps:
apt update
apt upgrade
shutdown -r now
sudo apt install curl
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
curl -sS https://dl.ya…
-
I'm on Rails 2.3.3, Ruby 1.8.7, Mac OSX, memcached 1.2.5 (on libevent 1.4.12-stable) is running and receiving requests. Using Cache-money 0.2.5. RR is version 0.10.2
If I do a BlogEntry.find(2) it fa…
-
I did the equivalent in rails3 of this from the documentation:
```
script/generate session user_session
```
I assume that would become:
```
rails generate session user_session
```
I get the follow…
-
Hello.
I have "E11000 duplicate key error collection: project_db.users index: _id_ dup key..."
I investigate this and noticed, that problem in embeded models with cascade_callbacks: true option. …
-
Oh-my-zsh repo has some really nice plugins.
https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins
-
After installing it, `rails g mongo_mapper:model` works
but `rails g mongo_mapper:setup` throws out error:
```
[~/rails_apps/mongodb_apps/rails3_gen (master)⚡] ➔ rails g mongo_mapper:setup
/home/mil…
-
I am seeing the following error in my production.log file:
ActionController::RoutingError (uninitialized constant ParkingLotChartController):
This is on a Bitnami Redmine Stack install with Redmine …
-
Hi, trying to update a rails from 5.2 to 6.0 and `codemirror-rails` is blocking it.
from `bundle update rails` I get the following error:
```
Bundler could not find compatible versions for gem …
-
Hi, thanks for the plugin.
redmine_git_mirror in the redmine plugins directory and clone it by setting up repository in redmine.
But, when I run "./bin/rails runner "Repository :: GitMirror.fetch"…