Displaying 20 results from an estimated 100000 matches similar to: "Google Calendar - calendar image"
2012 Mar 20
0
Google calendar is not working properly with gcal4ruby (0.2.6)
I''m using
Rails - 2.2.2
gcal4ruby (0.2.6)
I''m using google calendar to display events for users in my website.
Till 18-march-2012 everything was working fine. But now whenever user
add events to the calendar it show only busy in the calendar.
My code is
def add_event
user_id = current_user.id
service = GCal4Ruby::Service.new
2011 Mar 14
0
Problems with viewing my calendar
Hey dudes,
i''m trying to build a small calendar into my app. I follow the steps
shown in http://railscasts.com/episodes/213-calendars, so i go with the
table_builder gem, which allows to use the calendar_for command. But
unfortunately it doesnt work or rather show the results in my
view-template. I even got no error-message.
It only shows this: (twice!!?!)
Calendar
< March 2011 >
undefined local variable or method `calendar_date_select_includes' for #<ActionView::Base:0x7bfd920>
2011 Mar 18
1
undefined local variable or method `calendar_date_select_includes' for #<ActionView::Base:0x7bfd920>
Here''s what I did:
1. gem install calendar_date_select
2. Then in my environment.rb I put:
config.gem "calendar_date_select"
3. And in my template file:
<%= javascript_include_tag "prototype" %>
<%= calendar_date_select_includes %>
But still an error posts like this : undefined local variable or
method `calendar_date_select_includes'' for
2012 Dec 08
0
Full Calendar Resource View With Rails
I am looking into using the full calendar plug in together with my rails
application.
Eventually, I want it to work for resource allocation such as on:
http://www.ikelin.com/wp-content/uploads/2012/03/Screen-Shot-2012-03-23-at-11.35.13-PM.png
such as on:
1. tux.fi/~jarnok/fullcalendar-resourceviews/
2. https://github.com/AbleTech/fullcalendar
I am new to rails and JQuery and now I am stuck at
2011 May 31
1
Calendars in Rails
Hi all,
I''m currently in the need to implement a calendar in rails.
It should be able to present a year, month and day view.
The events in these 3 views should be able to be opened, on click, to view
the information and/or edit it (according to restrictions).
The events will belong to users. One requirement is that users could filter
which other users events they want to see (different
2010 Jul 07
0
Integration Google Apps with Ruby on rails Application
Hi,
I need to integrate google apps/google service like Calendar API
and Doclist API.Anyone can advice me which gem or plugins is available
for serve all this purpose.
GDOC4RUBY gem is not working in my system.It is giving error for the
line
require ''gdoc4ruby''
error message : no such file to load -- gdoc4ruby
I have used gcal4ruby gem , it is working fine.But it
2012 Feb 02
0
calendar date select
Hi,
In my application I am using calendar_date_select gem to pickup
date and time from browser.
The problem I am facing is:
My application server is in us and when I tried to access the
application from my machine(India) the calendar_date_select returns the
time of my local machine. It does not pickup time from the server. Is
there any way to get server time.
I have gone
2010 Nov 04
0
namespace problem with iCalendar
i''m developing a calendar webapp for my company using ruby 1.8.7 and
rails 2.3.8.
naturally there are RoR models named "Calendar" and "Event"
in order to send calendar events to other apps (microsoft outlook &
lotus notes) i''m integrating with the iCalendar standard & ruby
library. but this library contains classes called "Calendar" and
2010 Dec 24
0
Getting Google Image search to work within Rails
Hi,
I''m getting this strange behavior when I try to run search for
images using Google Images API. I suspect it''s because of my code and
not the API itself, here''s what I wrote:
uri = URI.parse("https://ajax.googleapis.com/")
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
path =
2012 Oct 10
1
StartonRails na [:koshtech] @ Thu 2012-10-11 19:00 - 22:00
Aguardo-os amanhã.
Confirmem presença aqui, por favor.
---------- Forwarded message ----------
From: Google Calendar <calendar-notification-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
Date: 2012/10/9
Subject: Reminder: StartonRails na [:koshtech] @ Thu 2012-10-11 19:00 -
22:00
To: Fernando Kosh <fernando.kosh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
more details
2008 Mar 13
2
Google Calendar
Anyone aware of good calendar library in Ruby? I need to design a
calendar similar to Google calendar. The idea is to have ability to add
recurring or even infinite events as it is possible in Google calendar.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on
2010 Dec 22
2
Scheduling Plugin
Hi,
We are looking for a calendar scheduling solution that supports
recurring events.
Some specific requirements are that we need to be able to setup
recurring events, then modify one of those events on a certain day by
deleting it for example.
Basically, we want the back end for a Google Calender type
functionality.
Ive dug around in GitHub and there are tons of recurring plugins but not
many
2010 Apr 20
1
Google Map Key Error
Hi All,
I am working on the google map application when I uploaded my files i
am getting the below error
The given key has gone over the requests limit in the 24 hour period
or has submitted too many requests in too short a period of time.
Please help me
Thanks in advance
With Regards,
Naresh Bonagiri
--
You received this message because you are subscribed to the Google Groups "Ruby on
2012 Nov 14
8
right click or Context Menu in ruby without javascript
Hi,
This query is a replica of the link
http://railsforum.com/viewtopic.php?id=51231.
As I was unable to get any replies from the rails forum, I am posting
the same here.
I have developed an app using Rails 3. I have a table made to look
like a calendar. I wanted to know if there were any methods or gems to
acheive right click(context menu) action on the dates WITHOUT
javascripts or
2013 Mar 04
2
Model/google maps display
Hi all,
I''m building a ror app and have a model with geo-coordinates would like to
use the info in the model to generate a google map view, does anyone know
what''s the best way to go round this?
is is Google API?, I''ve also seen a gmaps4rails, any comments?
Thank you in advance,
Jax
--
You received this message because you are subscribed to the Google Groups
2008 Jan 14
0
Google Calendar Date Range Selection
Hey Everyone,
I''ve developed a new gadget using prototype to display events from
a Google Calendar feed. The gadget has a very eloquent interface,
adopting a similar approach to date range selection as Google
Analytics. Take a peak at your convenience,
http://positionabsolute.net/blog/2008/01/google-calendar-date-range-selection.php
Regards,
Matt
2011 Jun 14
4
How to convert Image To Text in RoR
Hello All
I have too many scanned notes i need to convert them into text and then user
may download that as pdf , How it can be done in RoR
Please help
Thanks in advance :)
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit
2012 Jan 04
1
Image Croping in simple way..
Hi All,
From the past two weeks i am working on image croping using
ImageMagic,Paperclip gems.It''s big headache to install ImageMagic
gem.actually i am hosting my site in engineyard.so it''s difficult to
configure ImageMagic in engine yard.
can anyone please give me a suggestion to do image croping in ror.
thanks,
manikyalarao.p
--
You received this message because you are
2011 Apr 05
6
How to achieve Google Reader-like layout in Rails?
Hi
I''m trying to create a web application with a UI that is fundamentally
similar to Google Reader, in Rails 3 and probably with some Javascript
toolkit (jQuery?). I''m new to web development (my background is in desktop
application development), however, and after some experimentation with CSS
layout I''m frankly unsure of how to achieve the desired layout. Therefore
2012 Oct 30
1
pass javascript date variable to rails controller as params
I have an application where jquery fullcalendar is implemented. On day
click I need to pass the selected date as params to rails controller.
When I alert the date inside dayclick function, I am getting the date in
the format of "Tue Oct 30 2012 12:40:20 GMT+0530 (IST)".. But when I
pass as params in jquery ajax to rails controller, it is passing blank.
How do I get it in rails