Displaying 20 results from an estimated 300 matches similar to: "web calendar component"
2008 Jan 15
1
Converting Watir script to Mechanize
I have a Watir script that I would like to convert to a Mechanize
script. The watir code looks like this
require ''watir''
include Watir
def test
ie = IE.new
ie.goto(''http://cpref.gsm.com/inter.asp?r=8084'')
ie.text_field(:name, ''inter_string'').set(''Potassium'')
ie.button(:id, ''image1'').click
2006 Jan 08
10
rCalendar Project
Railoholic-Anonymous Members:
I am tooling around with the idea of forming a project which would
create a calendar plugin/engine with the following features:
1. DB schema mapping all necessary iCal (RFC-2445) fields.
2. Probably utilizing either vpim (vpim.rubyforge.net), or iCalendar
(icalendar.rubyforge.net). (First choice would be vpim since some
attendee functionality requires vcard
2006 Jan 23
3
2 Open RoR Positions - Denver, CO
Ping Identity Corporation, a mid-sized identity solutions company, is
currently looking for 2 contractors (3+ months w/option to hire at
contract end) to assist in developing and extending our internal
corporate application platform. This internally-developed platform
drives most aspects of our company, from sales leads to support to
applications that assist in day-to-day operations. We are
2006 May 24
2
WebDav on rails
I am trying to do webdav on rails. I already did it with PHP so it should not be
much difference.
However I have some problems.
1) When Word sends PROPFIND it sends GET request with XML inside the request
body. However I cannot seem to get this information.
request.body returns no such method even though request.inspect shows there is
instance variable called @body.
How can I access that?
2)
2006 Mar 24
3
Using Tags in Applications
I''ve been contemplating the utilization of "tags" functionality for
categorizing records in my application. For example, a record can have
any tag associated with them: volunteer, donor, phone_caller, etc.
(Much like delicious)
Has anyone already laid out a good architecture for implementing this
on the DB, or other medium? I''m sure I can custom build something, but
2005 Nov 08
3
Textmate "e ." in the Video
>From the newbie corner...
In the demo video our illustrious Rails guru summons textmate with "e
." from the command line, magically opening textmate within the
context of the respective rails app.
I downloaded textmate, love it, but want to know how to make the same
magic happen from the command line, rather than having to open the app
via gui in the Applications folder.
Thanks.
2006 Feb 05
16
script/plugin install fails
Running script/plugin install
svn://rubyforge.org/var/svn/laszlo-plugin/tags/openlaszlo fails,
returning the help information for the "export" command:
export: Create an unversioned copy of a tree.
usage: 1. export [-r REV] URL [PATH]
2. export [-r REV] PATH1 [PATH2]
etc...
Has anyone encountered this before?
System info:
Mac OS 10.4.4.
ruby 1.8.2 (2004-12-25)
svn, version
2005 Dec 28
3
[Templates] [Noob] templates across controllers?
Fine Rails Hackers:
I am trying to decide how to approach a templating concern.
I would like to define a standard template for all of my pages (including a
basic header, styles, footer) across my five base controllers: desktop,
events, financials, and records, account.
Is there a top level place to declare a template across the entire
application regardless of the controller?
I understand how
2005 Dec 31
3
[Model] [Noob] Table Naming w/ underscores
Greetings:
I am writing a basic accounting module for an app. Rather unfortunately the
name "transactions" is a reserved term in Rails (being the only accounting
term trully representational of a financial transaction). I am left to come
up with other names. One such name was f_transaction.
This worked on the DB level, but I noticed that the Model name dropped the
underscore, thus
2006 Aug 03
1
[Plugins] Create Example Apps for Your Plugins
Fellow Railers,
May I throw out an idea for plugins?
Let''s begin to put sample applications together for our plugins as a
standard practice.
This would be beneficial for a number of reasons:
1. Nothing teaches better than a real world example.
2. A working application leaves little room for excuses in not being
able to get a plugin working.
3. Apps can help demonstrate best practices
2005 Oct 05
2
Seattle Railers gathering for a beer
This is a general invite to any/all Railers in the Seattle area who want to
get together for beer/food. Nothing formal, just a "get to know ya"
gathering.
Details:
Thursday, Oct 13 (next week), 7pm
Bellevue Red Robin - *http://tinyurl.com/d678c*
--
~~~~~~~~~~~~~~~~~~~
D''Andrew "Dave" Thompson
http://dathompson.blogspot.com
2006 Mar 04
6
Favicon?
I''m sure I''m missing something rudimentary here...
I seem to be having difficulty getting my favicon to appear. I have my
favicon.ico in the public folder. I''ve configured my route.rb to route
the intro page to my "home" controller. I''m using application.rb in my
views to template the headers and footers.
Here is the tag in my <head> in the
2006 Mar 16
21
RadRails 0.6 out
Since RadRails 0.6 is out (see http://www.radrails.org/ ), I have made a
"celebratory illustrated tutorial" on how to use the Eclipse update function
to do the upgrade from within Eclipse (I found the process a tad confusing):
http://wiki.awebfactory.com.ar/awebfactory/published/UpdateRadRails
saludos,
Victor Kane
awebfactory.com.ar
-------------- next part --------------
An HTML
2006 Mar 25
11
Firefox ''Rails Mailing List'' search engine plugin
Hi all,
If you''re like me you probably spend a lot of time search the Rails
mailing list. To make life a little bit easier I''ve created a nice
little plugin for firefox ( A whopping 15 lines of markup ). The plugin
uses nabble.com to search the mailing list.
Anyways, I thought I''d share.
If you want to install it the manual way, here''s the code.
<search
2007 Dec 06
2
WebDav/CalDav in Rails
Has anybody done anything with WebDev, or for that matter CalDav, in
Rails? I''m looking to do stuff with CalDav and the spec seems pretty
simple. I''m just wondering if the HTTP methods, like REPORT, natualy
work or if I have to install/configure anything. I''m running Rails on
Apache through FastCGI.
Thanks,
Jeremy
--~--~---------~--~----~------------~-------~--~----~
2006 Mar 08
12
favorite FTP client of railers
Hi,
Which FTP client would fit in nicely with OS X and Textmate.
Thanks,
Peter
2006 Apr 04
1
2 Tickets to the Canada on Rails Conference (Vancouver - April 13, 14) for sale
My apologies if this post offends anyone but I wasn''t sure where else
this might be appropriate to reach the largest group of Ruby on Rails
afficionados.
I have 2 tickets to the Canada on Rails Conference (in Vancouver,
April 13&14) for sale. Any interested, please email me directly at:
doris_on_rails@mac.com
Thanks to everyone for their patience.
2006 Mar 11
3
Watermarks?
I have desperately searched the web about how to apply watermarks to
images in RoR
Has anyone been able to apply watermarks to pictures using ruby?
Any tips are very much welcomed,
Thanks,
Roland
--
Posted via http://www.ruby-forum.com/.
2006 Jan 05
1
import/export VCards
Does anyone know of a plugin or extension that makes it easy to
import and export with VCards for a contact database?
Thanks,
Kyle
2006 Jan 24
6
[MacOSX] Firefox Not Diplaying Images
Forgive the random question, but for those of you Mac OS X users...
Does anyone else have a problem with Firefox 1.5 not displaying
pictures/graphics embedded on web pages. Safari doesn''t seem to have a
problem with them.
For example, my blog appears correctly in Safari, however Firefox
drops background images.
Clues? Thanks.
--
~~~~~~~~~~~~~~~~~~~
D''Andrew "Dave"