how to set .js file loading in 3.1?

5 views
Skip to first unread message

Lille

unread,
Oct 3, 2011, 7:18:36 AM10/3/11
to Ruby on Rails: Talk
Hi,

Using 3.1, I have set up a backbone.js file structure in my app/assets/
javascripts directory. I am unable to ensure that certain files have
access to others in the directory, e.g., helper files. How can .js
files be 'required' in other .js files?

Thanks,

Lille

Tim Shaffer

unread,
Oct 3, 2011, 7:53:15 AM10/3/11
to rubyonra...@googlegroups.com
What do you mean by "How can .js files be 'required' in other .js files? "

That's not really the way JavaScript works.

What exactly are you trying to do?

Dave Aronson

unread,
Oct 3, 2011, 8:32:37 AM10/3/11
to rubyonra...@googlegroups.com
On Mon, Oct 3, 2011 at 07:53, Tim Shaffer <timsh...@me.com> wrote:

> What do you mean by "How can .js files be 'required' in other .js files? "
> That's not really the way JavaScript works.

Given that the OP doesn't seem to know JS all that well, it's a
reasonable question. Inclusion of one kind or another (be it literal
inclusion at that spot, or just noting the reference) is a feature of
many other languages. I've sometimes wished JS had such a thing. :-(

-Dave

--
LOOKING FOR WORK, preferably Ruby on Rails, in NoVa/DC; see main web site.
Main Web Site: davearonson.com
Programming Blog: codosaur.us
Excellence Blog: dare2xl.com

Lille

unread,
Oct 3, 2011, 6:25:06 PM10/3/11
to Ruby on Rails: Talk
Well, I'm working in Rails darlin' CoffeeScript and I see the special
facilities for asset loading new with Rails 3.1, so I wondered whether
it might now be possible to modularize .js code. I was encouraged in
this hope by seeing that node.js offers 'require';)

Lille

On Oct 3, 8:32 am, Dave Aronson <googlegroups2d...@davearonson.com>
wrote:
Reply all
Reply to author
Forward
0 new messages