-
Notifications
You must be signed in to change notification settings - Fork 92
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
Pull request for label changes #2
base: master
Are you sure you want to change the base?
Conversation
overridden in ApplicationController
Hobo patched WillPaginate with hobo_model call. Now the patching happens with Hobo::Model.enable
Calling hobo_model in a model class body without having called HoboFields.enable previously results in a SystemStackError with message stack level too deep. For this reason query if fields method is available and throw a better error message. [#762 state:resolved]
The included_taglibs parameter of Dryml.render wasn't actually used in any way. Now it's fixed to be properly passed to Dryml.make_renderer_class [#761 state:resolved]
We are using WillPaginate::Finder so we should have a require for it. While writing doctests I stumbled upon it not being defined. Presumably inside Rails it gets autoloaded in some way.
If you want to use Dryml.render in console you need ActionView and ActionController. Now the file explicitly requires them so you don't have to do it yourself before requiring dryml. This also makes it easier to write doctests.
Previously Rapid did not rander <label> elements inside the forms. This for example made it impossible to use the labels in cucumber features. The implementation is not the cleanest around because of two goals: first be as compatible as possible with the existing implementation and secondly to avoid calling into Rails internals to figure out the id. [#759 state:resolved]
I like this new pull request interface. I've verified 1,2,3&5 on the system tests. I'm worried about #4 breaking CSS for people, even though it's obviously the right direction to go. I wouldn't mind putting it into 1.1 if we could bundle it up with a few other similar fixups. With this new github interface, will Matt & Tom see this comment? If so, I'd like an ack from one of them before pushing the 4 I've tested. As for #6, I'd like an ack from ddnexus. |
Hmm, it appears the order has changed. afed62e, 978d4ff, 2288c04 and b509f1d have all been pushed into master but do not appear to be in Hobo 1.3. It's certainly possible that all 4 are not relevant for rails3. The biggest change here is 289d4da. It's the right thing to do, but it will break somebody's CSS, so it cannot go into 1.0, but it should go into 1.1 and 1.3. |
Add activation_email_url route to routes.rb
Update dryml-guide.markdown
Could you rebase please ? |
This is currently the oldest open PR on github... https://github.com/pulls?q=is%3Aopen+is%3Apr+sort%3Acreated-asc |
So any progress on this? |
Can we get this merged yet? |
Still is even in 2023 and most likely will stay that way indefinitely |
These were never pulled giving me a chance to try the new github pull request interface.