Displaying 20 results from an estimated 11000 matches similar to: "Typos on prototypejs.org"
2008 Feb 15
2
Where to report typos/bugs in the Prototype API online docs?
I was wondering where to report typos/bugs for the Prototype online
API docs (http://prototypejs.org/api)? Seems a bit overkill to submit
typos to the Rail Trac - but perhaps that''s the correct place?
Additionally, the website indicates that this documentation is written
in Markdown. Is the documentation from which the online API is
generated in SVN? I saw a documentation branch
2008 Mar 11
0
Struts with PrototypeJS
Hi,
can you please help me in knowing how do I get PrototypeJS working
with Struts Action class.
Please let me know any article or site that can help me clrearing my
doubts.
Thanks
Rohit Anand
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send
2007 Dec 26
1
#10615 : inflection bug that affects classify method
Have a look:
http://dev.rubyonrails.org/ticket/10615
This is actually a singularize method bug:
>> "Business".singularize
=> "Busines"
seems that classify uses singularize internally.
Rick resolved it as invalid but I cannot understand why. Rick, could
you shed some light on your decision?
MK
--~--~---------~--~----~------------~-------~--~----~
You received
2007 Dec 12
3
Problem running examples with spec_server
Hello,
Running RSpec without DRB works fine.
However, "spec -X" runs without error but provides no output at all, even
though the DRB spec_server seems to be fine.
Has anyone got some suggestions as to why and how to fix?
RSpec: 1-1-0RC1 build time 20071212145122
RSpec on Rails: Build time 20071212145122
Ruby: 1.8.6
Rails: 2-0-1
Win XP SP 2
Thanks very much,
Dave
-------------- next
2007 Oct 24
13
Ryan Bates' Multi-object Forms and the date_select
I think I''ve found a bug with Edge.
I''m trying out Ryan Bates'' multi-object form technique shown in one of
his Rails-casts (railscasts.com/episodes/75). If you use a fields_for
similar to that shown (here: http://pastie.caboo.se/110480), you get a
Server Error 500:
------
Status: 500 Internal Server Error
Conflicting types for parameter containers. Expected an
2007 Nov 09
1
Prototype API Docs inconsistency
Hi,
If you follow those two links (watch the case difference) :
- http://www.prototypejs.org/api/element/getElementsBySelector
- http://www.prototypejs.org/api/element/getelementsbyselector
You''ll see that the first one does not indicate the 1.6 deprecation
even though it is the same method.
I guess those docs where generated, so the problem might exists
elsewhere in the docs.
Thanks
2014 Feb 25
2
Re: Problem with febootstrap version while compiling guestfsd in centos6.5
Ah OK, and what about generating the libguestfs-live-service for centos ? I
know that they may compatibilities issues with the distribution of source
rpm for fedora >=16
Actually i prefer not have all our guests overburdened with the libguestfs
package while we just need the daemon.
Beside i believe that with the live-service packege, closing the guestfs
handle does not cause the daemon to
2007 May 27
4
when will "TODO" comment/rake support come out?
Hi - quick question: when will "TODO" comment/rake support come out?
Tks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to
2001 Sep 18
2
X11 XVideo extension supported?
I was wondering if the XVideo extension is supported or not? In a
clean wine setup, I installed DivX 4.01 and The Playa, also installed
Windows Media Player 6.4. They can both display DivX 4.01 material
with sound. This is simply great :-)
However, the performance is not that great. Especially when going
fullscreen the cpu is overburdened (slide show). I assume that the
XVideo extension is not
2008 Feb 07
3
Adding my own extensions with Elements.addMethods()
When I add my own extensions to DOM elements, is there a way to only
add my extensions to the specific types of DOM elements (e.g. SELECT)
to which my extensions apply or are intended to operate?
Based on the Prototype API documentation (http://prototypejs.org/learn/
extensions), it appears that anytime I extend an element, all the
extensions (Prototype''s and my own) are copied to that
2008 Jan 04
7
1.6 cheatsheet
Hey has anyone seen a 1.6 cheatsheet around?
Johnathan Snook did a nice 1.5 one but I''ve been working with 1.6 for a
while and while I can use prototypejs.org, cheatsheets are handy for jogging
memories..
I checked his blog, nothing there for 1.6.
Gareth
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2007 Mar 01
3
co.mments interesting
How is http://www.prototypejs.org/ being used in this program below
http://co.mments.com/
Go here enter the following URL
http://torrentfreak.com/interview-with-bram-cohen-the-inventor-of-bittorrent/
Now click track
See how the page is stripped and displayed. I think this has to do
with the use of Prototype
Please let me know thanks...
--~--~---------~--~----~------------~-------~--~----~
2010 Apr 16
1
Active Record observers broken: can't be used for "before" callbacks
I was just wondering what about a report that I made almost 2 months
ago: Active
Record observers
broken<https://rails.lighthouseapp.com/projects/8994/tickets/4087-activerecord-observers-cant-be-used-for-before-callbacks>
I think it''s a pretty big bug. In Rails 3, creating an observer with a
"before_save" callback (for instance) will result in all observed models
being
2008 Jun 09
3
Prototype + Chess !?
Not sure how many of you saw this article =>
http://www.prototypejs.org/2008/5/28/an-interview-with-piotr-dachtera
but Chess.com is looking for 1 more JavaScript guru to help build out
Chess.com Live Chess! We need help optimizing the javascript libraries
we are using, etc. Please email chessdev=>gmail if you are interested.
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You
2010 May 17
6
Should an blank string be html_safe?
Just trying to implement a simple helper over the past few days had me
really confused.
messages = ''''
messages << content_tag(:p, ''dave'')
#=> <p>dave<\p%;gt;
Eventually I realised the original empty string was not html_safe
message = ''''.html_safe
message << content_tag(:p, ''dave'')
#=>
2010 Sep 08
2
Rails 2.3.9 breaks sessions with Active Record or Memcache store
A Rails 2.3.9 app with Active Record or Memcache session store will never
send the session ID cookie to a client if the client doesn''t send any HTTP
cookies in its requests. Rails integration tests didn''t catch this because
they always send the HTTP_COOKIE header, even if it''s empty.
This is a huge bug, as it can break keeping sessions on sites which don''t
set
2009 Nov 01
19
will_paginate vs mislav-will_paginate
I''ve just reinstalled linux (9.10) and am trying to match my gem
environment to our server''s. I''m having a problem with will_paginate.
On the server, under gem list, i have "mislav-will_paginate (2.3.6)".
So, i''m trying to install that locally. Following the instructions on
the will_paginate page, http://wiki.github.com/mislav/will_paginate,
2008 Jan 21
8
Polymorphic URL helpers documentation and fixes
Yesterday I answered a question regarding polymorphic URL helpers on Core ML
and noticed that the module has no documentation. I''ve documented it and
rewritten unit tests using Mocha. I also optimized some of the code slightly
(nothing major, though). The patch also includes two fixes by Geoff Buesing,
who has done awesome work in this area in the past.
2007 Aug 15
4
Prototype TimedObserver Error
Hi!
I have tried the demo code from http://www.prototypejs.org/api/timedObserver
and get a "Null value" error in Safari and a "element has no
properties" (line 2753) error in Firefox.
I use prototype version 1.5.1.1
My html code looks like that ...
<html>
<head>
<title>Test</title>
<script src="prototype.js"
2006 Nov 24
1
prototype crashes IE6
IE 6 SP1 crashes on pages with prototype.js
AppName: iexplore.exe AppVer: 6.0.2900.2180 ModName: kernel32.dll
ModVer: 5.1.2600.2945 Offset: 00012a5b
It''s suggested that TextWare''s QuickFind BHO is causing the crash and
that uninstalling it does the trick! I wan''t to find exactly what part
of prototype is causing this...
My findings will end up here and on