search for: bleigh

Displaying 4 results from an estimated 4 matches for "bleigh".

Did you mean: leigh
2007 Dec 09
5
Browserized Styles Plugin
...ylesheets directory (or some subdirectory thereof). === Resources === Blog Post: http://www.intridea.com/2007/12/9/announcing-browserized-styles Trac: http://trac.intridea.com/trac/public/ SVN: script/plugin install http://svn.intridea.com/svn/public/browserized_styles Copyright (c) 2007 Michael Bleigh and Intridea, Inc., released under the MIT license --~--~---------~--~----~------------~-------~--~----~ 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@publ...
2007 Dec 15
3
check_box not being checked
I''m new to RoR and I''m having a little problem that I can''t solve. My model is simple. I have Lists and ListItems. I have a view that loops through all the list items, and I put the HTML for the each list item row in a partial called _list_item.rhtml. This is the view, called show.rhtml <ul> <%= render(:partial => "list_item", :collection =>
2011 Mar 19
0
Problems with SSL dependent gems OAuth2 & ActiveMerchant
...llowing TypeError: * wrong argument (NilClass)! (Expected kind of OpenSSL::SSL::SSLContext) Here are the links to my OAuth2 Facebook code (http://bit.ly/hRO0Yf) and my ActiveMerchant PayPal code (http://bit.ly/hQzdp6) as they stand now. This is after following the 2010 OAuth2 guide by Michael Bleigh and the 2008 Cody Fauser ActiveMerchant tutorial. Any help is greatly appreciated! I''m very confused at this point. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to t...
2007 Dec 18
2
attachment_fu and S3 -- cannot download file correctly
I don''t know why this isn''t working. If I download a word doc that I uploaded, all I get is the S3 file path in the document. If I access the s3 file path directly in my browser, it downloads the file correctly. Here is my controller method: def download @curriculum = @school.curriculums.find(params[:id]) send_data @curriculum.attachment.public_filename, :filename