Scriptaculous-js-1.5.0

I’m not a JavaScript guy, so please help me out.

It’s my understanding that Rails 1.0 includes scriptaculous-js-1.5.0

But it seems to contain portions of, but not the complete library.

Rails 1.0 includes 4 .js files, scriptaculous-js-1.5.0 includes 8.

What am I missing?

-rw-r–r-- 1 tmornini tmornini 47603 Dec 13 10:43 prototype.js
-rw-r–r-- 1 tmornini tmornini 3361 Dec 13 10:43 builder.js
-rw-r–r-- 1 tmornini tmornini 25519 Dec 13 10:43 controls.js
-rw-r–r-- 1 tmornini tmornini 18709 Dec 13 10:43 dragdrop.js
-rw-r–r-- 1 tmornini tmornini 30257 Dec 13 10:43 effects.js
-rw-r–r-- 1 tmornini tmornini 2204 Dec 13 10:43
scriptaculous.js
-rw-r–r-- 1 tmornini tmornini 10752 Dec 13 10:43 slider.js
-rw-r–r-- 1 tmornini tmornini 11892 Dec 13 10:43 unittest.js


– Tom M.

On Sun, Dec 25, 2005 at 09:09:12AM -0800, Tom M. wrote:

I’m not a JavaScript guy, so please help me out.

It’s my understanding that Rails 1.0 includes scriptaculous-js-1.5.0

But it seems to contain portions of, but not the complete library.

Rails 1.0 includes 4 .js files, scriptaculous-js-1.5.0 includes 8.

What am I missing?

Have you run ‘rake update_javascripts’?

marcel

Yes, absolutely, on my real app.

I don’t think you need to run that on a newly
created app though, which is what my post
showed.


– Tom M.