Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 3: BlogObserver doesn't seem to be working #2

Open
peakpg opened this issue Mar 18, 2011 · 1 comment
Open

Rails 3: BlogObserver doesn't seem to be working #2

peakpg opened this issue Mar 18, 2011 · 1 comment

Comments

@peakpg
Copy link
Collaborator

peakpg commented Mar 18, 2011

I created a Rails 3/bcms 3.3 branch to try testing the upgrade for a project. I think the CMS/Rails 3 upgrade took, but there is an issue with the BlogObserver where nothing seems to happen after saving the blog. This could be just something that needs to be changed in this module, or the bcms 3.3 persistance code may have broken observers.

There are a number of tests that are broken as well.

@synth
Copy link

synth commented Mar 25, 2011

just requires adding a line to application.rb,
config.active_record.observers = :blog_observer

i updated the readme on the rails3 branch of my fork: https://github.com/synth/bcms_blog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants