similar to: RJS files not getting called in Locomotive...

Displaying 20 results from an estimated 80000 matches similar to: "RJS files not getting called in Locomotive..."

2005 Dec 15
1
Locomotive for Mac OS X 10.3+. Now with Rails 1.0
Hi All, The base Locomotive download now comes with Rails 1.0. http://locomotive.sourceforge.net If you already have a current version of Locomotive (0.4.1), all you need is a new bundle. Rails 1.0 Min: http://prdownloads.sourceforge.net/locomotive/Rails_1.0.0_Min.dmg?download Rails 1.0 Max: http://prdownloads.sourceforge.net/locomotive/Rails_1.0.0_Max.dmg?download Cheers! -r -- Ryan
2006 May 14
0
RJS Template not getting called
I have a shared account on Site5.com running Rails v1.0. I installed the RJS template plugin within my project. My controller function gets called, but my corresponding RJS template does not get called. The following is output (any thoughts?): ActionController::MissingTemplate (Missing template ./../config/../app/views//workout/addjournalentry.rhtml):
2005 Dec 30
2
Locomotive 1.0.0 for Mac OS 10.3+
Hi All, I''m very happy to announce the release of Locomotive 1.0.0. Locomotive is a one-click development solution for Rails on Mac OS X. See more details at http://locomotive.sourceforge.net Get it at: http://prdownloads.sourceforge.net/locomotive/Locomotive_1.0.0.dmg?download What''s New? =========== * Server bundle updated to lighttpd 1.4.8 * Server bundle updated to
2005 Sep 22
0
Locomotive 0.2.1 for Mac OS X 10.3+ : rails_product support
I am pleased to announce the newest release of Locomotive with one new feature! New in 0.2.1 ============ * Correctly loads rails_product''s from the sites/ directory Otherwise unchanged from 0.2.0. If you already have 0.2.0 and don''t want/need rails_product support, then you don''t need to download this release - rails_product support is the only change. Get it at:
2005 Sep 27
6
Locomotive 0.2.4 for Mac OS X 10.3+
I am pleased to announce the newest release of Locomotive! http://locomotive.sourceforge.net Mostly a bug fix release. If you are using Locomotive on 10.4 you should definitely upgrade. New in 0.2.4 ============ * Rename application entries in status window * Run/Restart/Stop buttons now immediately update * Bundle choosing is fixed for Mac OS X 10.4 * Missing gem dependencies in Rails 0.13.1
2007 Feb 20
2
rails 1.2.1, locomotive and backgroundrb
Hi I just tried to move my project to rails 1.2.1 on my locomotive development setup. It seems that backgroundrb is not willing to start up anymore. If I switch locomotive back to 1.1.6, everthing is fine. This is the error I get while attempting to start backgroundrb: /Applications/Locomotive2/Bundles/standardRailsJan2007.locobundle/
2006 Jan 02
5
How can one use GRUFF with locomotive ( I guess there is a wider question here, also)
Hi: I love Locomotive and use it exclusively for my rails projects. I''d like to install GRUFF and give it a try (a graph image creation package). I know I can do sudo gem install gruff from the command line for normal ruby and rails. How do I make gems available to Locomotive? bruce
2007 Apr 09
0
Problem with Ferret on OS X with Locomotive
I am using Locomotive 2.0.8 with Rails 1.2.3 for development. It works great. I recently installed Ferret 0.11.4 as a gem. The installation seemed to go fine. No error or warning messages. I setup a test rails app to try Ferret, and the server won''t start. The error I get is /Applications/Locomotive2/Bundles/rmagickRailsJan2007_x86.locobundle/
2007 Jul 19
0
locomotive and establish_connection
I am using locomotive for development. My app uses dual databases and hence I have a model that uses a different establish_connection to connect to the db. It seems that locomotive does not support this. Am I correct? If so, does anyone have a different approach to achieve this? thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed
2006 Apr 14
18
RJS Templates & Safari?
Hello, I tried Cody Fauser RJS tutorial (http://www.codyfauser.com/articles/2005/11/20/rails-rjs-templates) on my railsplayground dev site and got it to work when using Firefox, but when I tried it on Safari, nothing happens. Then I tried this tutorial - http://rewrite.rickbradley.com/articles/2006/02/06/rjs-templates Similarly, it works fine on Firefox... but with Safari the list is not
2006 Jul 05
2
RJS - Getting and Setting Form Element Values Question
I''m still a beginner with RJS so forgive me if this is a simple one - but certainly it doesn''t seem logical and googling has not led to . Given a field with an id of ''posting_subject'' I can do the following in my controller with RJS. render :update do | page | subject = ''this is really something
2007 Feb 04
0
Locomotive/lighttpd config questions
I''ve got a couple of configuration questions about using lighttpd under Locomotive: * (how) can I cause lighttpd to run each Rails page request as a separate process? It seems like this should be possible, using dispatch.cgi, but I don''t know how to get that to run. * Assuming that I have a looong-running Rails app, (how) can I raise the lighttpd
2007 Nov 29
6
Locomotive: Can not install mysql gem
I''m using Locomotive on MacOSX 10.4, and I have installed mysql 5.0.45. To my surprise, the Ruby version included in Locomotive does not come with the mysql gem installed, so I tried to install it manually. According to the instructions in database.yml, this should be done using the --include switch, like this: gem install mysql -- --include=/usr/local/lib I selected the mysql 2.7
2005 Dec 21
7
Are there any disadvantages to using locomotive
Hi: I had some issues and so switched to locomotive. I find it awesome. 1 click and its done. My question - what disadvantages are there, if any? What do I lose by using such a convenient solution. speculation as well as facts are welcome but please define which you are putting forwards. Thanks in advance, bruce
2006 Aug 01
6
Getting Started on RJS Templates
I definitely need to use RJS templates for my current application. I''ve used Google for the past twenty minutes or so, yet I can''t find a good resource that will get me started and show me what the page object can do. Any links? When an Ajax link is clicked, I''m trying to change the background of a "primary" list item, as well as the background and text of
2005 Dec 19
4
Locomotive 500 - Internal Server Error
I''m getting this in my Lighttp.error.log file when trying to run typo in Locomotive. What does this mean? 2005-12-19 16:56:57: (mod_fastcgi.c.1532) connect failed: 9 Connection refused 61 0 /tmp/ruby-fastcgi.A5364CB4-70E2-11DA- AC3C-000A95BA28D0-5471-00000DCDBD6C54E6.socket-1 2005-12-19 16:57:01: (mod_fastcgi.c.2196) unexpected end-of-file (perhaps the fastcgi process died): pid:
2006 Jul 24
1
Change a <select> value in RJS?
Is it possible to change which value is selected in a select tag using RJS? If not what would the raw javascript be to do this outside of an RJS template? Thanks for your help. -- Posted via http://www.ruby-forum.com/.
2007 Jan 17
1
AJAX GET requests returning "uninitialized constant Mime::RJS"
Hey all, I thought this was working until recently. I''m using link_to_remote: link_to_remote("More info", :url => user_path(user), :update => "show_#{user.id}", :method => :get) # NOTE: "GET" request This then updates a hidden div ("show_123"
2006 Jul 17
1
RJS template help
Does anyone know where I can find good documentation on how to use RJS template. I know I can do various things with the page object: page.visual_effect :shake, ''some_id'' Is there a list of method I can run on the page onject and what parameters they are expecting? I can''t find this anywhere. Thanks for your help. Thank You, Ben Johnson E: bjohnson@contuitive.com
2008 Jan 07
3
Rails check for a .js template instead of .rjs?
respond_to do |format| format.html format.js { render :template => "login" } end Whenever I send an AJAX request to the action that has that code it says it cant find the template login.js. Why isnt it looking for login.rjs? Also when I take out the render it serves up the rhtml template instead of the rjs template. Any idea why this is? I am using edge rails and the latest