Tagged Questions
1
vote
2answers
79 views
RoR : Nested forms with devise
I am new to RoR and I thought I could ask you some help. I didn't find the specific answer I am looking for.
I have a problem with a modelisation I want to make using Devise. Devise sets up a Member ...
0
votes
1answer
100 views
Rails Devise: Separate Profile or integrate with Devise Controller?
I have a web app that will have 4 different users on it:
Owner Admin (My Team and I)
Common User of the App (the everyday people using the site
Company Admins (The people who pay the bills)
Company ...
0
votes
0answers
200 views
Wrong number of arguments error when using --format html tag on Cucumber
The problem is so easy to explain:
when running my tests using:
$cucumber
...everything goes right. But if i use the command with the format html param, like:
$ cucumber --format html --out ...
3
votes
1answer
647 views
RoR: Devise and Profiles
I'm a complete Rails noob and I'm working on my first rails app.
I'd like each user to have a profile, separate from the users table, but linked by id. I did this alright in PHP before, but rails ...