Re: [Rails] Rails Guides publishing delay?

2013-08-11 Thread Dheeraj Kumar
Read http://edgeguides.rubyonrails.org -- Dheeraj Kumar On Sunday 11 August 2013 at 9:14 AM, Dow Drake wrote: > I was just wondering why the published Rails Getting Started guide > (http://guides.rubyonrails.org/getting_started.html) seems to be so far > behind the source at Github > (https

Re: [Rails] I cannot cannot connec the mysql2 gem

2013-08-11 Thread Dheeraj Kumar
Have you installed mysql libraries? -- Dheeraj Kumar On Friday 9 August 2013 at 9:17 PM, Harish Vishnu wrote: > rails s > /usr/local/share/gems/gems/mysql2-0.3.13/lib/mysql2.rb:8:in `require': cannot > load such file -- mysql2/mysql2 (LoadError) > from /usr/local/share/gems/gems/mysql2-0

[Rails] Re: Problem getting Nginx & Unicorn to work for Railo 4 on Ubuntu 12.04

2013-08-11 Thread Ivan Histand
I have a project I've been working on that may help. It includes some template config files for both unicorn and nginx, as well as bash scripts to set it up with or without ssl. The assumption is that you are setting it up on Amazon EC2, but it should work with minor changes for any linux plat

[Rails] Global protocol setting for all url helpers?

2013-08-11 Thread stantona
I notice there's the protocol option you can pass to route helpers to ensure that you can use https. I'm just wondering if there's a setting that can be applied globally so that I don't have to do this with each individual call. Thanks. -- You received this message because you are subscribed

[Rails] Problem with rake db:populate on chapter 10.3.2

2013-08-11 Thread Ben Pines
Hi. I am having problems populating my db. I created a sample_data.rake file/ When I run rake db:populate it shows exactly what it should show- no errors. But when I go to localhost and try to login the db has not been populated. -- You received this message because you are subscribed to the

[Rails] Pre Registration and Single Passwords

2013-08-11 Thread branden
Hello all, I'm new to Rails and have been learning for a couple months now. I am building a simple application that will be used internally by a 20 people within an organization. In the first instance they will need to sign up with their email address. When the app is ready to go live with f

[Rails] [JOBS] Open Full-Time RoR role in NYC or Cincinnati. Immediate start!

2013-08-11 Thread robert schwartz
Our client is a leading interactive firm that is looking to bring on a Lead Ruby on Rails to join their dynamic and smart team. They are open to hiring full-time or a long term consultant. This opportunity is offering a very aggressive pay. Below are the details. Please respond quickly if inte

[Rails] I cannot cannot connec the mysql2 gem

2013-08-11 Thread Harish Vishnu
rails s /usr/local/share/gems/gems/mysql2-0.3.13/lib/mysql2.rb:8:in `require': cannot load such file -- mysql2/mysql2 (LoadError) from /usr/local/share/gems/gems/mysql2-0.3.13/lib/mysql2.rb:8:in `' from /usr/local/share/gems/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in `require' f

[Rails] Rails Guides publishing delay?

2013-08-11 Thread Dow Drake
I was just wondering why the published Rails Getting Started guideseems to be so far behind the source at Github. -- You received this message because you are sub

Re: [Rails] How to make attachment_fu generate RESTFUL URL

2013-08-11 Thread Tamara Temple
On Aug 11, 2013, at 10:17 PM, danny thyui wrote: > I use an imaging sdk which can create thumbnails found on the internet . > Install it and it becomes a selectable processing option.Then you can > create thumbnails in your image in any program at all, including Adobe > Acrobat . Just open the i

[Rails] Re: How to make attachment_fu generate RESTFUL URL

2013-08-11 Thread danny thyui
I use an imaging sdk which can create thumbnails found on the internet . Install it and it becomes a selectable processing option.Then you can create thumbnails in your image in any program at all, including Adobe Acrobat . Just open the images, select thumbnail,and follow the setps given in the sd

Re: [Rails] Can't connect to localhost:3000 0.0.0.0:3000

2013-08-11 Thread Colin Law
On 11 August 2013 19:02, David Tower wrote: > I'm able to do this: > => Booting WEBrick > => Rails 3.2.11 application starting in development on > url http://0.0.0.0:3000 /url > => Call with -d to detach > => Ctrl-C to shutdown server > [2013-08-11 13:38:11] INFO WEBrick 1.3.1 > [2013-08-11 13:38

[Rails] Can't connect to localhost:3000 0.0.0.0:3000

2013-08-11 Thread David Tower
I'm able to do this: => Booting WEBrick => Rails 3.2.11 application starting in development on url http://0.0.0.0:3000 /url => Call with -d to detach => Ctrl-C to shutdown server [2013-08-11 13:38:11] INFO WEBrick 1.3.1 [2013-08-11 13:38:11] INFO ruby 1.9.3 (2013-01-15) [x86_64-linux] [2013-08-11

[Rails] Re: Problem getting Nginx & Unicorn to work for Railo 4 on Ubuntu 12.04

2013-08-11 Thread Ivan Histand
I have a project I've been working on to automate the setup of a rails server on Amazon EC2. There are bash scripts to set up Nginx with/without SSL and sample config files for unicorn. Everything is tested with Rails 4. https://github.com/badgeretl/ec2-ror-setup Take a look at the /projec

Re: [Rails] link_to image_tag external url

2013-08-11 Thread BeagleBen
Dave Thank you so much for your help, normally work with asp.net mvc, but relly enjoying my return to rails Steven On Sunday, 11 August 2013 14:41:08 UTC+1, Dave Aronson wrote: > On Sun, Aug 11, 2013 at 8:23 AM, BeagleBen > > > wrote: > > > Is it possible to link to an external site using

[Rails] Volunteers required on a Rails Open Source project

2013-08-11 Thread angela ebirim
Hi there, I'm Angela from Team Hackety Hack in the RGSoC 2013 programme and we are looking for bilingual volunteers (budding or experienced developers) who would be willing to help us translate the open source project http://www.Hackety-Hack.com into foreign languages. Rails Girls is a global ini

Re: [Rails] link_to image_tag external url

2013-08-11 Thread Dave Aronson
On Sun, Aug 11, 2013 at 8:23 AM, BeagleBen wrote: > Is it possible to link to an external site using the link_to image_tag ... > <%= link_to image_tag ("Twitter.png"), https://twitter.com/ %> You need to put the URL in quotes. Otherwise Ruby will try to interpret that as a variable or a method

[Rails] link_to image_tag external url

2013-08-11 Thread BeagleBen
I am a recent rails convert Is it possible to link to an external site using the link_to image_tag this is the code I have <%= link_to image_tag ("Twitter.png"), https://twitter.com/ %> -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" gro