similar to: RailsForum.com

Displaying 20 results from an estimated 1000 matches similar to: "RailsForum.com"

2006 Jun 15
1
rails + apache2 + mod_auth_mysql + headers
Hello list! I must confess i am kinda new to rails and my experience is truly limited. I am searching to do a *quite* simple thing with rails. I have a db. It has a table with users etc and works fine as it is. I now want to add some very simple authentication mechanism. Instead of authenticating through the use of a rails plugin that handles sessions etc, I want to be able to route the
2006 Jun 15
12
RoR on Apache2
Hello, I''ve been going though the "4 Days on Rails" tutorial at http://rails.homelinux.org/ test-driving ruby on rails using the WEBrick server without problems. I''m trying to move the app to be seen by apache2, and am having some troubles. I''ve looked through many guides online which all say pretty much the same thing, which, I think, I am doing.
2008 Sep 02
4
Attachment_fu, Paperclip, & S3
For various reasons, I made a git branch and installed Paperclip in place of attachment_fu. Paperclip works great except that images seem to have lost some quality; edges have gone a little too jaggy to be able to drop attachment_fu just yet. After a post on the Paperclip Google Group, someone suggested the :convert_options could be passed additional attributes, like ''quality'',
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 those errors started to appear only a day ago.
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
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
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
2018 Apr 04
2
Iridium integration / gateway
Thanks for reply, but this is irrelevant, I'm looking for an *Iridium* gateway. Regards, -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise https://www.sysnux.pf/ T?l: +689 40.50.10.40 / GSM: +689 87.797.527 Le 03/04/2018 ? 16:05, albert zhang a ?crit?: > http://www.dinstar.cn/en/index.php/GSM/ > > 2018-04-04 10:01 GMT+08:00 Jean-Denis
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
2018 Apr 04
4
Iridium integration / gateway
Hi list, I have a request to integrate Iridium in a Asterisk system. A quick search didn't return much: I expected to find products similar to GSM gateways, but this does not seem to exist. so I'd be very interested about possible solutions. Has it be done already, how? Thanks, -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise
2007 Aug 28
3
How do you keep mocks updated without pain?
Hi! I know you must be answering a lot of basic questions, sorry about that :-) However I have not get it, how do you keep mocks updated without pain? I reached to the point where mocking things for view. I spec model-controller-view using "correct doc" way mocking-stubbing (plus I should run integration test to be sure that everything really works together). Now, when I want to
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 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.
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 "4.3 Setting the Application Home Page".
2008 Jan 27
1
rsync over Iridium modem, 240 bytes per second
Dear rsync gurus, I'm using rsync to transfer large amounts (megabytes per day!) of data over an Iridium modem link (240 bytes per second) from Antarctica. One problem is that the Iridium link has a mean uptime of perhaps 30 minutes. Implementing partial transfers is crucial, so I was using rsync -av --partial --partial-dir=.rsync myfiles user@host: The files are pre-compressed with
2010 Dec 24
0
keep getting "undefined method `map' for nil:NilClass (NoMethodError) " in new server
hi guys, I have a new development server (ubuntu 10). I have done the following (the versions match my existing development machine which works fine): 1. installed ruby 1.9.1p378 2. installed ruby gems 1.3.7 3. installed rails 2.3.8 (used "gem install rails -v 2.3.8") 4. manually installed my other gems including sphinx and thinking sphinx with "gem install ..." 5. ran
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 --~--~---------~--~----~------------~-------~--~----~
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/USTAWI~1/Temp/butwas.5412.0
2012 Jan 26
1
eRm - Rasch modeling - First item missing from estimation
I'm trying to kick off some of the rust and learn some of the R packages for Rasch modeling. When I tried using the eRm package, I get item difficulty estimates for all my items accept the first (in terms of order) item. #Begin code library(eRm) r.simulation <- sim.rasch(20,100) r.data <- r.simulation$items #eRm results erm.rasch <- RM(r.data) names(erm.rasch) erm.items <-
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