search for: intridea

Displaying 10 results from an estimated 10 matches for "intridea".

Did you mean: innoidea
2007 Dec 09
5
Browserized Styles Plugin
Browserized Styles provides a dead simple way to create browser- specific CSS code for use in a Rails application. All you need to do is create a .css file targeted to a browser by appending an underscore and identifier to the end. === Installation === script/plugin install http://svn.intridea.com/svn/public/browserized_styles === Example === Let''s say I have some complex CSS code that looks bad in some browsers, but works in others. Let''s also say that i''ve put it into a stylesheet in stylesheets/complex.css. My stylesheet link tag looks something like this...
2007 Dec 21
1
Princely - Prince XML PDF Wrapper Plugin
...pers and pluginizing its inclusion. == Installation == The first step is to download Prince (http://princexml.com/download/) and install it on your platform of choice (only Linux and Mac OS X supported by the plugin at this time). Next, simply install the plugin: script/install plugin http://svn.intridea.com/svn/public/princely You are now ready to get started using Princely to generate PDF. Note that Princely is only compatible with Rails >= 2.0 == Usage == Princely uses the MimeTypes and respond_to blocks from Rails 2.0 to add PDF as a render option and a format. Because of this, it'...
2010 Sep 17
0
ruby's oauth2 grant_type
Hi, i started using oauth2 gem by intridea (http://github.com/intridea/oauth2) and don''t know how to fix this problem. I have developed both client and server and on request for access_token i see no grant_type parameter. My code from client callback controller class CallbackController < Devise::OauthCallbacksController def a...
2009 Mar 20
4
Reporting with Rails
Hi all, I was wondering how you guys generate reports from rails. I want to generate business reports in pdf format, and was wondering what you guys use. I have searched the web and found Ruport, but there isn''t much documentation or examples of real world business reports like jasperreports, for instance. Is it possible to generate good looking business reports with ruport? What other
2007 Nov 20
4
link_to_remote style
I am trying to use link_to_remote to update a div tag with some content. This part works fine. The thing I am having an issue with is that I am trying to format this link with a ''class'' tag and it is being ignored. Can anyone shed some light on this? I have tried brackets in different places with different options and tried other variations with no luck. I am guessing my
2011 Feb 09
0
(Devise+Omniauth) Adding a port number to the callback URL patch applied but not working with openid
I was facing problem reported in issue # 101 (https://github.com/ intridea/omniauth/issues/issue/101) and able to resolve it by suggested code (mbleigh on January 12, 2011) in environment.rb However, open ID is still not working. (As mentioned in fix too). Can someone please help to resolve this or any workaround ? regards, Jaymin -- You received this message because...
2008 May 26
1
Rake db task
Hello, just wanted to know how to create a rake db task to populate data into a database. Thanks Joel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group,
2012 Feb 01
0
How can I force Rails 3.2 to reload mounted rack app per request in development mode?
How can I force Rails 3.2 to reload mounted rack app per request in development mode? I have mounted grape <https://github.com/intridea/grape> app this way mount API2, :at => "/api2" However rails doesn''t reflect changes in app without web server restart. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the we...
2008 Apr 08
0
Planet Facebook.rb News - Get Your Ruby Blog Stories About Facebook & Friends Included
Hello, The Planet Facebook.rb publishes Ruby stories about Facebook and friends for easy reading or subscription in a single "river of news". Latest stories include: o Beboist - Updates and Attention o Facebook, Facebooker and Ruby on Rails = RoRBook o Intridea launches a Ruby API for the Bebo Platform o How to Handle Facebook App Uninstalls with RFacebook o Tinkering with Git + Quick Facebook App Template o Creating Facebook Forms with Facebooker Interested in getting your blog included? Send a blurb about your blog highlighting some Ruby stori...
2010 May 06
7
Facebook, authlogic, and OAuth2
Has anyone gotten started with getting the OAuth2 replacement for Facebook Connect working with auth_logic? I know there is an OAuth2 gem (http://intridea.com/2010/4/22/oauth2- gem-just-in-time-for-facebook-graph?blog=company), and I''m thinking of using that to integrate. Anyone know when the Fb Connect API will be shut down? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group...