search for: railsforum

Displaying 20 results from an estimated 39 matches for "railsforum".

Did you mean: mail2forum
2006 Jun 17
5
RailsForum.com
A lot of the traffic on this list involves questions that may be better suited for a forum environment. RailsForum.com has people of all experience levels and, while very new, is proving to be a useful place for getting help. Just in case folks hadn''t heard about it, - Danger -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rail...
2009 Sep 24
13
Rails Authentication Tutorial
Does anyone know a good authentication tutorial they can suggest? I''ve tried several restful authentication ones and an authlogic one on RailsCast. But with each one I try, something seems to be missing in the tutorial and I can''t get it to work. I''m new to Rails so it''s possible user error on my part. I''m on Mac OS X 10.5 and I generate all my apps in
2006 Jun 26
13
Why no forum app in rails yet?
Hi Guys, So creating a forums application seems like something that rails can handle easily and well, and whatever implementation that came to fruition would be head and shoulders above existing products like vBulliten and phpBB. Even the existing rails forums are using php-based forum products! An insult if you ask me. So my question -- is there any current development of a rails-based
2008 Sep 02
4
Attachment_fu, Paperclip, & S3
...onvert_options => { :rotate => "-rotate ''-90''" } # Attempt no.3 :convert_options => { :rotate => "-90" } # Attempt no.4 :convert_options => { :rotate => -90 } Also, attachment_fu was really easy to set up with S3. I followed a tutorial from Railsforum (1.), and got it working first time. I''ve read through the Paperclip docs (2.), but I find the RDocs format to be pretty inaccessible for a newbie (does ''+s3_credentials+'' equate to :s3_credentials, as a symbol?), so I haven''t worked out how to use Paperclip with...
2007 Apr 04
0
Norwegian users: New norwegian Ruby on Rails forum
Hi I''ve put up a new Ruby on Rails forum at www.railsforum.no Check it out and contribute with questions and answes Peace out thomma www.railsforum.no --~--~---------~--~----~------------~-------~--~----~ 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...
2008 Jan 31
11
ZenTest-3.9.0 incompatible with RSpec-1.1.2
Hey all, Just a heads up that the ZenTest-3.9.0 release is not compatible with RSpec-1.1.2. I thought I had a release ready to go, but differences between a preview release of ZenTest that I received and the actual release seem to have broken compatibility. We''ll get this resolved soon, but in the mean time please hold off on upgrading to ZenTest-3.9.0 if you''re using RSpec.
2007 May 31
16
Could anyone please help with rspec/nested resource behavior checking?
My problem has been listed here: http://railsforum.com/viewtopic.php?pid=25439#p25439 Don''t think it would be required to completely re-type it here :) Thanks! -- -Daniel Fischer http://danielfischer.com - Geek Blog http://abigfisch.com - Portfolio http://writersbeat.com - Writing Community
2008 Aug 25
1
acts_as_state_machine: SecurityError calling insecure method
(also posted on rails forum: http://railsforum.com/viewtopic.php?id=21744, then I discovered this lilst and there are many more people...) Hi, since yesterday I suddenly recieve lots of such messages in my logfiles - and everything in the user model that uses that plugin fails! My deployed Rails code hasn''t changeed in 5 days, and th...
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 o...
2007 Aug 28
3
How do you keep mocks updated without pain?
...quot;Now the risk here is that you could build a model that doesn''t have a title field in it and your app will blow up! Admittedly, if you only write isolated, granular specs like this that risk is real. So you should be doing this in conjunction with integration testing." [2] http://railsforum.com/viewtopic.php?id=6528 "I took the past few hours and removed nearly all mocks from my specs. I also merged the controller and view specs into one using "integrate_views" in the controller spec. I am also loading all fixtures for each controller spec so there''s some test...
2006 Feb 24
1
image swap for link
Hi, I''ve searched the archives and found some similar posts, but no resolution. I need onMouseOver like link functionality to swap an image on hover. I am unable to use css for the look and feel due to client requirements. Is there an good way to do this using link_to or any other functions? I haven''t been able to figure it out. Thanks, Dan
2007 Nov 22
0
ActiveRecord::Migration is a mix-in?
I''m going by <http://railsforum.com/viewtopic.php?id=1011> and am curious about this line: class AddUserIdToPosts < ActiveRecord::Migration AddUserIdToPosts is a class, ok. ActiveRecord is a module, ok. Migration is a class? This is an example of a mix-in? I don''t really understand this line :( -Thufir...
2008 Jun 01
1
How does 37signals code their "Open Bar" (Open ID) feature?
See here: http://www.37signals.com/openbar Say you have two applications: 1) Basecamp 2) Highrise How would Highrise know that the user (with the same OpenID credentials) exists on another application (Basecamp)? Is there something involved for that to happen? Are they using ActiveResource to fetch the external user table, and then searching for that OpenID? -- Posted via
2009 Jun 08
3
Video sharing site.
Hi, we have a client who want a video sharing site and we are asking our self if Rails is good for it or if it''s better with PHP. We see a lot of video sharing site with PHP but maybe one or two with ROR why? Is it that PHP is better for a video sharing site. What is your thought about that. PHP or ROR and why? -- Posted via http://www.ruby-forum.com/.
2010 May 12
1
Rails 3: perform controller action upon selecting menu item (UJS?)
In Rails 3, I have a form that has a menu on it. I would like to render an area containing text fields within the form differently depending on what''s selected in the menu. Prior to Rails 3, one way it appears I could do this is by using observe_field on the menu and call an action in my controller that renders the appropriate partial which could then be swapped into a div in my form.
2010 May 25
1
Rails 2.3.8 still escaping html in strings
Hi All, After a failed attempt to update to 2.3.7 yesterday I''ve tried again today to upgrade to 2.3.8 and whilst most of the site is working I''m still getting some content escaped. I''ve got a helper method that takes a block and uses concat, it can also take some content passed through in a parameter - if content is passed in via the parameter then that is getting
2010 Dec 24
0
keep getting "undefined method `map' for nil:NilClass (NoMethodError) " in new server
....15) problem: ====== When I run "script/console" and "script/server", i keep getting the error below: "/usr/local/lib/ruby/site_ruby/1.9.1/rubygems.rb:223:in `activate'': undefined method `map'' for nil:NilClass (NoMethodError)". I looked at http://railsforum.com/viewtopic.php?id=40596 and the things I did above were exactly as per the advice given in the url. I''m really out of ideas. How can I solve this? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this grou...
2007 Nov 26
1
autotest problem, can you possibly help me ?
Hi, Im running windows xp and configured autotest with: http://railsforum.com/viewtopic.php?pid=4796 when i do autotest --rails i get following error: D:/servers/InstantRails/ruby/lib/ruby/gems/1.8/gems/ZenTest-3.6.1/lib/unit_diff. rb:187:in ``'': No such file or directory - diff.exe -u C:/DOCUME~1/Piotrek/USTAW I~1/Temp/expect.5412.0 C:/DOCUME~1/Piotrek/UST...
2010 Jun 17
2
"LoadError: no such file to load -- openssl", following Rails Guides
[With apologies for cross-posting at http://railsforum.com/viewtopic.php?id=39587] Hi all, I''m following the edge ''getting started'' guide at http://guides.rails.info/getting_started.html, running ROR 3. I''m running Ruby 1.9.2 (as instructed by the guide), installed using RVM. I get an error when following &quot...
2007 Jan 20
1
Not appear error message
I have a partial form "empresa". In new.rhtml of "empresa", I call the partial form of "usuario". Well, it is happening the following: When save empresa, and stop in validates, as much in "empresa" how much "usuario", appear only error message of "empresa", and not of "usuario". Because this happening? ps1.: I use flash_message