-
Notifications
You must be signed in to change notification settings - Fork 274
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
Add Dancer2::Manual::Migration #583
Comments
forward instead of request->path_info in before hook. |
Commandline options (#471). |
|
Speeding up your app in D2:
|
Additional change:
|
hooks are now app specific not global |
|
before hook is fired even on files in public - that might be a bug!? |
[% if settings.environment == "development" %] Was working in Dancer1, not anymore. |
Those might be bugs though. Let's open "question" issues for them. |
|
Adding a new comment for each one of those makes it harder to track. I'm going to post a comment now answering some of them and tomorrow (hopefully morning) I will go over and merge the issues into the original comment so we could track it more easily.
That's a start. Tomorrow I'm cleaning these comments and merging them in. I would really appreciate it if, when you get another fantastic (not being cynical here) burst of "let's document these changes", please write a single comment with everything instead of 8 (I counted) different small one-line comments. Again, we appreciate it. Thank you. :) |
Sorry about all the comments. Please merge. It's a burst because I just migrated the first of my many Dancer1 app and documented problems I encountered. I clearly understand that plugins aren't in Dancer core. But they are major elements of the Dancer ecosystem. I may have misunderstood @racke when he wrote " moving Dancer apps, plugins ". He probably meant a guide for plugin devs to upgrade. I'm writing all of this as a Dancer user, not a core dev. So from my point of view, having this information at least somewhere (at least as a link to a blog post) would have saved me time.
Keep up the good work. I'm a big fan. |
Your input on this is super critical. Honestly this is the best we could have hoped for - having a user move their app, see what happen, and document it. Our intention with plugins is to:
This might possibly even extend to "port the plugin to this version" because the author might not. My point was merely to realize this is not part of core, but part of the core team wanting to make this transition more feasable. I suppose documenting this as "a change you might expect with Dancer2", rather than "this is what changed in Dancer2" is practical. I apologize for jumping the gun.
As for DBIC, my bad! Thanks. :) Regarding Thanks again! |
On 08/07/2014 12:37 AM, Jacques Lareau wrote:
Dancer::Plugin::DBIC complains about password as well. Regards Perl and Dancer Development Visit our Perl::Dancer conference 2014: |
xsawyerx: what about starting by putting the information into the Github Wiki. That would be easier for users to get involved? |
@racke I don't mind. I don't know if it will help more, but maybe. |
Also we won't carry around a half baken POD :-). |
+1 |
Since the Migration document is already out and released, I'm closing this issue. With any new migration documentation improvement, feel free to open a new issue or a pull request to the current document. |
We need migration docs for moving Dancer apps, plugins and engines from Dancer1 to Dancer2.
Please dump all information into this issue, I'll compile it in a POD later.
Regards
Racke
The text was updated successfully, but these errors were encountered: