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

Cannot destroy album or collection #27

Closed
rsilvestre opened this issue Nov 20, 2011 · 5 comments
Closed

Cannot destroy album or collection #27

rsilvestre opened this issue Nov 20, 2011 · 5 comments

Comments

@rsilvestre
Copy link

Using the last build with ruby 1.9.2-p290 ans rails 3.1.2

Try to destroy album or collection, in the edit.html.erb, but the url build with :
link_to("Delete this collection", { :action => "destroy", :id => @collection },
:confirm => "Are you sure you want to delete this collection?",
:method => :delete)

become something like :
http://localhost:3000/collections/1-nature

without destroy

@espen
Copy link
Owner

espen commented Nov 21, 2011

Does it work with Rails 3.0.10 as specified in the gemfile?

@rsilvestre
Copy link
Author

I'm using the rails '3.1.2.rc2' and i'm trying to integrate your awsome gallery in my complete website...

@espen
Copy link
Owner

espen commented Nov 22, 2011

I have not yet tested Balder with Rails 3.1. Please use 3.0.10 as specified in the Gemfile until Balder is upgraded to support 3.1.

@rsilvestre
Copy link
Author

I'm rewritting my application peace of code by peace of code and bring your code inside too peace by peace. I'll tell you what is wrong in your code or in my config If I find a solution...

@espen
Copy link
Owner

espen commented Jan 10, 2012

Works with current master using Rails 3.1.3

@espen espen closed this as completed Jan 10, 2012
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