-
We should upgrade to a newer version of rails.
http://weblog.rubyonrails.org/2016/6/30/Rails-5-0-final/
This will involve all sorts of updates.
-
When Installing with gem, we don't get the last version of Master branch.
I need the changes in password_salt that are in master, it it possible to publish the new version ?
Thank you
-
[See this exception on Errbit](https://errbit.freeukgen.org.uk/apps/562a65f7e93790333a00002f/problems/57498c6ee93790aad6000015)
-
@tvdeyen I tried to add more devise modules in an engine but it didn't worked
``` ruby
# engines/engine_name/app/models/user_extension.rb
Alchemy::User.module_exec do
Alchemy::User::DEVISE_MODULES…
-
Hi. I have some weird problem in my Rails app. After this messages:
```
**** INCOMING ****
{"channel"=>"/meta/connect", "clientId"=>"ahhhyccl5tra4cv5g1kp76oawqw0zvu", "connectionType"=>"websocket", "…
-
I'm probably doing something wrong here but figured I'd submit this and see if it could be an issue with the gem. I have a Rails 4.2 project with gem dependencies up to date. I'm trying to update rspe…
-
**macOS 10.12.2 Beta**
docker version
Docker version 1.12.3, build 6b644ec
docker-compose
docker-compose version 1.8.1, build 878cff1
docker-py version: 1.10.3
CPython version: 2.7.9
Op…
-
I'm trying to setup this but I think it isnt being initializated.
I followed everything in this tutorial, what am I missing?
Everything seems to be working, but when I go to /user/two_factor and cli…
-
После обновления до 1.0 ругается
```
/home/dimon/_projects/crm/app/models/user.rb:37:in `': uninitialized constant Petrovich::Extension (NameError)
from /home/dimon/_projects/crm/app/models/user.…
-
I have an Ember application within a subdirectory within my `assets` folder within my Rails app. So
```
app
assets
javascripts
booking
controllers
…