Re: [Rails] Re: Full Stack Ruby on Rails Developer job in Eastleigh

2018-08-10 Thread Julia Mardell
Hi, Located in the south of the uk just close to Southampton Sent from my iPhone > On 10 Aug 2018, at 18:28, Joe Guerra wrote: > > Where is this position located? > >> On Wednesday, August 8, 2018 at 3:32:42 PM UTC-4, Julia Mardell wrote: >> This is a fantastic oppo

[Rails] Full Stack Ruby on Rails Developer job in Eastleigh

2018-08-08 Thread Julia Mardell
This is a fantastic opportunity for an ambitious rails web developer to join a young, dynamic team. You’ll work within our Product Development Team to ensure our digital suite of products is fit for purpose, along with building and testing web development frameworks that can handle large

[Rails] Re: Deploying Rails Engine to Heroku

2015-08-31 Thread Julia Will
You can place your engine into the vendor directory and then reference it in the Gemfile with the vendor path. Am Sonntag, 30. August 2015 14:08:04 UTC+2 schrieb L. Johan Nissen: > > Hi guys, > > I've got a Rails app that is dependent on a Rails Engine to function. I > would like know how to

[Rails] some rails specs fail on my local machine (but works on others' machines)

2012-08-09 Thread David Julia
I am in the process of setting up an existing rails app on my local machine so that I can work on it. Others running the app have told me that all the rspec tests pass on their machines. All of my cucumber features pass. However, when I run my specs, a few of the controller specs fail with

[Rails] Re: hostingrails.com appears to have had an ownership change.

2010-04-26 Thread Julia
On Apr 22, 8:28 pm, minka beesupp...@beelucid.com wrote: Uggh, this happened to be me before, my site trashed when the host had business problems. I hope it won't be that bad. It seems Jumpline has taken over hostingrails and it also seems that there have been support transition problems.

[Rails] LovdbyLess- Getting Started HELP

2009-08-17 Thread Julia Lovel
Hi everyone, I would like to start a new social networking site on LovdbyLess. I've downloaded all of the necessary files and tried to install, but without any success. I've got an application with all of the default files, but I'm not really sure where to go from here. For example, when I ran

[Rails] Gem PATH Correction

2009-08-17 Thread Julia Lovel
I installed some additional gems for a project I am doing, and they show up not in the Ruby System Library, but outside of it. Also, I get the error message gem executables will not run because (file) is not in the PATH. How can I fix this and put my gems in the right place so that they work?

[Rails] Re: Gem PATH Correction

2009-08-17 Thread Julia Lovel
Colin Law wrote: 2009/8/17 Julia Lovel rails-mailing-l...@andreas-s.net: I installed some additional gems for a project I am doing, and they show up not in the Ruby System Library, but outside of it. Also, I get the error message gem executables will not run because (file

[Rails] Re: Javascript Menu Positioning - n00b question =)

2009-07-31 Thread Julia Lovel
Marnen Laibow-Koser wrote: Julia Lovel wrote: I am trying to make a javascript drop-down navigation menu for my first rails web site [...] Your issues appear to have nothing to do with Rails, and would probably be better suited to a JavaScript or CSS forum. Please note, however

[Rails] Javascript Menu Positioning - n00b question =)

2009-07-30 Thread Julia Lovel
I am trying to make a javascript drop-down navigation menu for my first rails web site, and I am having some problems with where the menu list divs pop up on the page. What I have is a horizontal menu bar with headings (the headings are links to the home page of each section), and then lists of

[Rails] LogIn Button using remote_function

2009-07-10 Thread Julia Lovel
I am trying to make a very simple login page that has light-box like features. The only thing I cannot get to work is the behavior of the actual login button. When you click on it it does nothing. I simply want to submit the info given by the client and redirect either to a private page or make

[Rails] How to use remote_function??

2009-07-10 Thread Julia Lovel
I am trying to make a very simple login page that has light-box like features. The only thing I cannot get to work is the behavior of the actual login button. When you click on it it does nothing. I simply want to submit the info given by the client and redirect either to a private page or make

[Rails] Re: LogIn Button using remote_function

2009-07-10 Thread Julia Lovel
some idea of how it should look corrected? I'm starting with nothing, pretty much, so any hint would help. Frederick Cheung wrote: On Jul 10, 10:13�pm, Julia Lovel rails-mailing-l...@andreas-s.net wrote: /td /tr Because you're just using an onclick on the submit tag this isn't going