Letractively / mandubian-play-crud-siena

Automatically exported from code.google.com/p/mandubian-play-crud-siena
0 stars 0 forks source link

Expecting JQuery 1.4.2 but not present in Play 1.2.1 #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Standard setup: define a model class, controller, routes
2. Browse to the route (in examples /admin) 

What is the expected output? What do you see instead?

Expect to see the normal CRUD landing page with your model class listed

Instead, you get:
No route able to display file /public/javascripts/jquery-1.4.2.min.js (file not 
found) was found.

What version of the product are you using? On what operating system?
crudsiena 1.6_play1.2
OSX Snow Leopard

Please provide any additional information below.
.. I'm guessing you're assuming 1.4.2 is provided by play, but they've moved up 
to 1.5.2
.. Works fine if you stick the old js in javascript under public

THANKS FOR THIS GREAT MODULE!!

Original issue reported on code.google.com by andrew.m...@gmail.com on 16 May 2011 at 10:46

Attachments:

GoogleCodeExporter commented 9 years ago
Yes I know this issue!
In Play 1.2.1, jquery version has changed so it's no more jquery 1.4.2.
I should find a generic way because linking jquery statically is not very 
portable...

Original comment by pascal.v...@gmail.com on 18 May 2011 at 7:07

GoogleCodeExporter commented 9 years ago

Original comment by pascal.v...@gmail.com on 18 May 2011 at 7:10