Ruby on Rails
Monday, May 28, 2012
The order that the files are loaded is not influencing?
2012/5/28 Avantec Van <lists@ruby-forum.com>
Thanks for the reply Fernando.
I have added jquery.enumerable.js
now it is showing
Started GET "/assets/application-d31d321cf8bd7c61b6c6d01f3770971e.js"
for 127.0.0.1 at 2012-05-28 22:58:36 +0530
Compiled jquery.js (0ms) (pid 22994)
Compiled jquery_ujs.js (0ms) (pid 22994)
Compiled Scrollbar-jquery.min.js (1ms) (pid 22994)
Compiled SpryTabbedPanels.js (0ms) (pid 22994)
Compiled ZeroClipboard.js (0ms) (pid 22994)
Compiled jquery-ui.js (55ms) (pid 22994)
Compiled active_admin/application.js (0ms) (pid 22994)
Compiled active_admin/base.js (73ms) (pid 22994)
Compiled active_admin.js (79ms) (pid 22994)
Compiled ajax-form-submit.js (0ms) (pid 22994)
Compiled drag_file.js (0ms) (pid 22994)
Compiled endless_page.js (0ms) (pid 22994)
Compiled fileuploader.js (1ms) (pid 22994)
Compiled iepngfix_tilebg.js (0ms) (pid 22994)
Compiled index-page-animation.js (0ms) (pid 22994)
Compiled jquery-1.7.1.min.js (1ms) (pid 22994)
Compiled jquery-impromptu.4.0.min.js (0ms) (pid 22994)
Compiled jquery-ui-1.8.17.custom.min.js (1ms) (pid 22994)
Compiled jquery.enumerable.js (0ms) (pid 22994)
Compiled jquery.gallery.js (0ms) (pid 22994)
Compiled jquery.jalert.packed.js (0ms) (pid 22994)
Compiled jquery.purr.js (0ms) (pid 22994)
Compiled jquery.rotate.1-1.js (0ms) (pid 22994)
Compiled jquery.simplemodal.js (0ms) (pid 22994)
Compiled jquery.tablesorter.min.js (0ms) (pid 22994)
Compiled jquery.tablesorter.pager.js (0ms) (pid 22994)
Compiled jquery.zclip.js (0ms) (pid 22994)
Compiled jquery.zclip.min.js (0ms) (pid 22994)
Compiled menuclick.js (0ms) (pid 22994)
Compiled popup-handler.js (0ms) (pid 22994)
Compiled scrollbar-jquery-ui.min.js (1ms) (pid 22994)
Compiled scrollbar-jquery.mousewheel.min.3.0.6.js (0ms) (pid 22994)
Compiled share.js (0ms) (pid 22994)
Compiled slideshow.js (0ms) (pid 22994)
Compiled swfobject.js (0ms) (pid 22994)
Compiled upload_drag_drop.js (0ms) (pid 22994)
Compiled vertical.slider.standard.js (49ms) (pid 22994)
Compiled application.js (464ms) (pid 22994)
Served asset /application-d31d321cf8bd7c61b6c6d01f3770971e.js - 200 OK
(17904ms)
that means compiling all the js files.
But still I'm getting
Spry is undefined
var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
but this is defined in SpryTabbedPanels.js.
Regards,
Avantec
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
--
Fernando Almeida
www.fernandoalmeida.net
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment