Prioritize jQuery emulation over Prototype emulation
Reported by Kit Goncharov | March 10th, 2011 @ 07:41 PM
Rails 3.1 will use jQuery as the default library, and relegate Prototype to a helper Gem. What do you think about finishing the jQuery emulator first, and supporting Prototype emulation in a later release?
Comments and changes to this ticket
-
Kit Goncharov March 11th, 2011 @ 02:21 PM
- State changed from new to discuss
- Tag cleared.
-
John-David Dalton March 14th, 2011 @ 01:32 AM
- State changed from discuss to open
Yep. We won't support full
1.7
emulation for Prototype. It will be a hybrid of1.6
and1.7
with more but different features of1.7
.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
JavaScript frameworks share similar features and functionality such as DOM manipulation, event registration, and CSS selector engines. FuseJS attempts to incorporate the strengths of these frameworks into one stable, efficient, and optimized core JavaScript framework.