Displaying 1 result from an estimated 1 matches for "nxpc".
Did you mean:
nxp
2011 Nov 02
3
activeldap and migrations
...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...