Mathias Meyer
Mathias Meyer
Thanks for the PR, happy to merge it in, but would you mind adding a test for this if possible at all?
Thanks for the patch. Will be happy to pull this once there's test for it. Not much to learn about them. Just look at the existing ones and use them...
Think I'm gonna have to upgrade the specs for Rspec 2.x before that'd work. They still rely on 1.x.
@sekrett hey, i haven't been able to upgrade it myself unfortunately.
It's not possible yet, but it shouldn't be that hard to do.
You could provide a string as parameter instead of symbols and hashes, which will then be evaluated. It's not pretty, but may be an option: ``` crumb :crumb_with_param, "Params BreadCrumb",...
The original idea was to have one place to configure the breadcrumbs, i.e. an initializer, so this feature would be counterintuitive to my original intents with it. I'd be happy...
Well, I have neither checked Crumble with Rails 3 nor put in any effort to upgrade it as I'm not doing any work with Rails 3 currently. If you're willing...
The reason is as simple as that I don't use polymorphic URLs, so I don't see it as a weakness. If you want to supply a patch, I'll be happy...
Using the _url methods won't automatically insert the objects for you. Given the convention of resources it probably could, but instead of using the symbol syntax for the URL generation,...