-
I moved this over from the Google Doc. I'm not really sure what it entails, at least not enough to test it.
-
hi,
running this config:
ruby 1.8.7 (2010-08-16 patchlevel 302) [i686-darwin10.4.0]
rails 3.0.3
devise (1.1.5)
I have both on apache + passenger (3.0.0) and WEBrick
the http authenticate dialogue …
-
Rails 3.0.0.beta4
Clerance 0.9.0.rc1
Fresh project. Tried with and without "rails g model user" beforehand.
D:\checkout\tb>rails g model user
DEPRECATION WARNING: railtie_name is deprecated and has…
-
When using DatabaseCleaner in a Rails-2.5 project that uses PG-8.1 DBMS I get this error:
```
PGError: ERROR: syntax error at or near "CASCADE"
LINE 1: TRUNCATE TABLE "clearances" CASCADE;
…
-
SQLite3::SQLException: no such column: rates.user_id: SELECT sum("rates".stars) AS sum_stars FROM "rates" WHERE ("rates".user_id = 5)
Does this project interfere with clearance gem?
-
I'm using Clearance v0.8.2, and I'm encountering a strange error with the Cucumber tests:
```
uninitialized constant Clearance::ClearanceMailer (NameError)
./app/controllers/accounts_controller.rb:23…
-
If I run 'script/generate clearance' on a Rails application that already has a 'users' table, it creates a migration whose class name is ClearanceUpdateUsers but whose file name is ses/db/migrate/2010…
-
Hey José,
Here comes the issue for your records.
Feature description: It would be nice to add support for encryptions of different solutions to allow people to migrate production applications to Dev…
mhfs updated
15 years ago