search for: lt3media

Displaying 6 results from an estimated 6 matches for "lt3media".

Did you mean: lpjmedia
2007 May 27
1
Rails Server Issues
...in8.9.1] rails 1.2.3 with frozen edge. Rails 1.2.3 isn''t doing things for me as it should, so I decided to freeze to edge. I prefer edge anyway, and i get this error. Happens in both Mongrel and Webrick. Cheers, Zach Inglis → Blog -- http://www.zachinglis.com → Company -- http://www.lt3media.com → Portfolio -- http://portfolio.zachinglis.com --~--~---------~--~----~------------~-------~--~----~ 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@pu...
2007 Jun 06
0
Capistrano: Port in SVN
...1.4.1/bin/ cap:11 from /opt/local/bin/cap:16:in `load'' from /opt/local/bin/cap:16 ----- I clearly stated port 7889 in the config and it has never had problems up until now. Any ideas why it is? Zach Inglis → Blog -- http://www.zachinglis.com → Company -- http://www.lt3media.com → Portfolio -- http://portfolio.zachinglis.com → Web Designer → Print Designer → Identity Desginer → Ruby on Rails developer → et plus. → AIM: zachinglis → MSN: zachinglis-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org → Others available on request --~--~---------~--~----~------------~-------~--...
2007 Jun 10
6
Securing private file area
I''m building an application for a company that has thousands of clients, and for each client there will a set of documents that are private to that client. Rails makes it easy, of course, to show the list of documents on a per-client basis, using acts_as_authenticated and using current_user as part of the find any time a document list is displayed. The part for which I''m looking
2007 Jun 02
7
serch in blog - What is the best method.
Hi, I am completly new to rail and developing a blog, was just interested in knowing what is the best method to implement search to search my blogs. Thank you, Raj. -- 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 this
2006 Aug 08
1
RJS in_place_editor Error
http://pastie.caboo.se/7624 It just renders the JavaScript response as text/html rather than it being quiet. try { new Effect.Highlight("h1",{duration:1}); } catch (e) { alert(''RJS error:\n\n'' + e.toString()); alert(''new Effect.Highlight(\"h1\",{duration:1});''); throw e } I got this effect when i included an :update in a
2006 Aug 06
1
RJS error
http://pastie.caboo.se/7437 Page appears as: Todo List #testing * Heres another Edit Destroy * Testes Edit Destroy * One more Edit Destroy * Heres another Edit Destroy * And another Edit Destroy NameError in TodosController#create undefined local variable or method `page'' for #<TodosController:0x228bf4c> RAILS_ROOT: