Forum: Ruby on Rails activeldap and migrations

Posted by Craig White (Guest)
on 2011-11-02 19:56
(Received via mailing list)
Stupid activeldap is messing with my mind  ;-)

rails (3.1.1
activeldap (3.1.0)
rubygems-update (1.4.2)

I have activerecord (database.yml/postgresql) and activeldap (ldap.yml) 
as configured sources for my models.

I want to add some more things to my models but activeldap is killing my 
attempts to create migrations...

cwhite@nxpc:~/tti_framework$ rails generate migration AddSettings
       error  active_ldap [not found]

Last time, I manually created the migration file which I can keep on 
doing but it seems that I should be able to actually generate migrations 
(I could generate models but they defaulted to ActiveLdap::Base rather 
than ActiveRecord::Base too and thus didn't automagically create 
migrations)

perhaps my problem stems from here...
cwhite@nxpc:~/tti_framework$ head -n 5 config/application.rb
require File.expand_path('../boot', __FILE__)

require 'rails/all'
require "active_ldap/railtie"
require 'will_paginate/data_mapper'

But I don't know. Anyone know how I can clean this nuisance up?

--
Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
craig.white@ttiltd.com
1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
www.ttiassessments.com

Need help communicating between generations at work to achieve your 
desired success? Let us help!
Posted by "Jean-François Rioux" <rioux.jeff@gmail.com> (Guest)
on 2013-01-23 13:40
(Received via mailing list)
I'm facing this issue too.

Did you ever found a way to fix it?

Thank you,
Posted by Craig White (Guest)
on 2013-01-23 16:45
(Received via mailing list)
forgot what the exact solution was but I seem to recall that I indicated 
that this was a postgres migration so perhaps I added '-d postgresql'

Craig

On Jan 22, 2013, at 8:37 PM, Jean-Franois Rioux wrote:

> rubygems-update (1.4.2)
> perhaps my problem stems from here...
> Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ craig...@ttiltd.com
>
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

--
Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
craig.white@ttiltd.com
1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
www.ttiassessments.com

Register Now!
TTI Winners' Conference 2013
January 20th - 22nd
The Earlier You Register the More FREE Product You Receive
Click here for more information!
Posted by Yuichi Matsuda (Guest)
on 2013-01-24 03:40
(Received via mailing list)
hi

i am on Rails-3.2.11 and in my application.rb i added following and
everything seems fine.

    config.app_generators.orm :active_record

ichy



2013/1/24 Craig White <craig.white@ttiltd.com>
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.