[Rails] I am very much agree with your point of view

2013-07-17 Thread wow gold
I am very much agree with your point of view ,I think it's doors very well this is our game sites recommended to you. - http://www.d3joy.com/ http://www.sellgw2.com/ http://www.vipbns.com/ -- Posted via http://www.ruby-forum.com

[Rails] Rufus Scheduler

2013-07-17 Thread Avi
Hello All, I am using rufus-scheduler in rails application. Rails - 3.2.8 & ruby - 1.9.3p194. rufus-scheduler is working fine in development & production mode. But, when i starting in daemon mode. It stops working. cant figure out what is the issue. code :- require 'rubygems' require 'rufus/sc

[Rails] Re: installing rvm in home directory or system-wide?

2013-07-17 Thread Robert Walker
Emil S. wrote in post #1115716: > I hope you have gone through this : https://rvm.io/rvm/install . System > wide RVM will let you use the same installation for all users on the > system. But I've seen many junior devs screw up their dev environment by > trying a system wide RVM installation but did

[Rails] Subir N imagenes Drag and Drog

2013-07-17 Thread Victor Diaz
Hace poco empece a desarrollar un proyecto con RoR, y me ha ido bastante bien, me tope ante un requerimiento que es de subir fotos arrastrandolas al browser las que el usuario desee, tal como lo hace gmail o 500px realmente me ha dejado sorprendido esta funcionabilidad. Alguien conoce alguna gema q

[Rails] Laying out the flow of an application - where to start?

2013-07-17 Thread Chris Sciolla
Hi all, first post! I have a question regarding where to start with a particular app I'm building. Hoping someone can set me on the right path. The scenario is pretty straight forward. This is the hierarchy of info: States Towns Each state has many Towns Each town has the following pages profil

[Rails] Re: webpage has a redirect loop error pls help me

2013-07-17 Thread muthu b.
Thank you for your reply. I have hosted my site in site5 and phusion passenger is already installed. And my error is when i access my webpage it shows this webpage has a redirect loop. The site has been redirected to www.technoadmin.com/user/dashboard but it should redirect to www.technoadmin.co

Re: [Rails] Combine two apps into one? Engines?

2013-07-17 Thread Tamara Temple
On Jul 17, 2013, at 12:06 AM, Patrick Bartels wrote: > I have two applications I'd like to combine using a wrapper application. > I thought about using engines but that turned out to be rather > difficult. > > Does anyone know of a solution how to do this? The simplest way I can think of doing

Re: [Rails] Duplicating an instance which is a duplicate of another

2013-07-17 Thread Tamara Temple
On Jul 17, 2013, at 5:40 AM, Sumit Srivastava wrote: > > Hi, > > Following is the code, > > shared_context "of cloning" do > let(:cloned_record) {donor.dup} > let(:second_cloned_record) {donor.dup} > let(:clone_of_cloned) {cloned_record.dup} > > it "returns new record" do > clon

Re: [Rails] webpage has a redirect loop error pls help me

2013-07-17 Thread Tamara Temple
On Jul 17, 2013, at 5:07 AM, muthu b. wrote: > i have installed fedena (rails application) in my website > > http://www.technoadmin.com/ > > i have installed all plugins, gems, created and migrated the db. > > i have created the symbolic link like this > > ln -s ~/fedena/public ~/public_html

Re: [Rails] installing rvm in home directory or system-wide?

2013-07-17 Thread Kyle Fazzari
You shouldn't be using sudo even with system-wide installs-- add yourself to the rvm group! I install single-user on my dev machine(s), but on my servers I always install system-wide and use a bundle deployment for my apps. Kyle On Wednesday, July 17, 2013 1:42:57 AM UTC-4, Emil Soman wrote:

Re: [Rails] help regarding internationalization for bootstrap button.

2013-07-17 Thread Tamara Temple
Pardon the follow up on myself… On Jul 17, 2013, at 7:55 AM, Tamara Temple wrote: > > On Jul 17, 2013, at 4:39 AM, Colin Law wrote: > >> On 17 July 2013 12:24, Tushar Patil wrote: >>> Hi, >>> I am trying to convert my application in hindi, I am stuck in the renaming >>> submit button name,

Re: [Rails] help regarding internationalization for bootstrap button.

2013-07-17 Thread Tamara Temple
On Jul 17, 2013, at 5:56 AM, Dheeraj Kumar wrote: > A key is a symbol. Don't use capitalization or whitespace in it. Dheeraj, this was my understanding as well, although the quoted dot-element strings seem to work as non-symbols. I've not seen spaces and capitals, but I also see that the same

Re: [Rails] help regarding internationalization for bootstrap button.

2013-07-17 Thread Tamara Temple
On Jul 17, 2013, at 4:39 AM, Colin Law wrote: > On 17 July 2013 12:24, Tushar Patil wrote: >> Hi, >> I am trying to convert my application in hindi, I am stuck in the renaming >> submit button name, It works fine for hindi but not working for english, it >> gives syntax error, here is my submi

Re: [Rails] Isn't twitter bootstrap for amateurish front end work ?

2013-07-17 Thread Tamara Temple
On Jul 12, 2013, at 8:02 AM, Jedrin wrote: > We use twitter bootstrap as it was recommended by a developer here last year. > Everything done in bootstrap kind of has a similar look to it. I feel like I > am a stronger back end developer. I have alot of basic understanding of > HTML/CSS, but it

[Rails] Re: rails 3 engine under dynamic scope

2013-07-17 Thread Roman Simecek
Hi I have at the moment the same problem as you. Have you found a solution for it? Thanks in advance for your help! Roman Am Samstag, 4. Juni 2011 10:31:14 UTC+2 schrieb Tomas Celizna: > > hello, > i have a rails 3 engine scoped dynamically like this: > > scope "/:locale" do > mount MyEngine

Re: [Rails] help regarding internationalization for bootstrap button.

2013-07-17 Thread Dheeraj Kumar
A key is a symbol. Don't use capitalization or whitespace in it. -- Dheeraj Kumar On Wednesday 17 July 2013 at 5:09 PM, Colin Law wrote: > On 17 July 2013 12:24, Tushar Patil (mailto:tushar01pa...@gmail.com)> wrote: > > Hi, > > I am trying to convert my application in hindi, I am stuck in the

[Rails] Duplicating an instance which is a duplicate of another

2013-07-17 Thread Sumit Srivastava
Hi, Following is the code, shared_context "of cloning" do > let(:cloned_record) {donor.dup} > let(:second_cloned_record) {donor.dup} > * let(:clone_of_cloned) {cloned_record.dup}* > > it "returns new record" do > cloned_record.should be_new_record > end > > it "saves returned reco

[Rails] My first rails microblogging website

2013-07-17 Thread Toufique Imam C.
I've been trying to learn ruby and rails (my first attempt to learn programming) for several months. Now I have decided to build a website using whatever I learned. So I built this website ( anofeed.com ) using whatever I learned. This a microblogging site. But slight different than twitter. You ca

[Rails] webpage has a redirect loop error pls help me

2013-07-17 Thread muthu b.
i have installed fedena (rails application) in my website http://www.technoadmin.com/ i have installed all plugins, gems, created and migrated the db. i have created the symbolic link like this ln -s ~/fedena/public ~/public_html i use this tutorial: http://kb.site5.com/ruby-on-rails/how-to-de

Re: [Rails] help regarding internationalization for bootstrap button.

2013-07-17 Thread Colin Law
On 17 July 2013 12:24, Tushar Patil wrote: > Hi, > I am trying to convert my application in hindi, I am stuck in the renaming > submit button name, It works fine for hindi but not working for english, it > gives syntax error, here is my submit button code > > <%= f.submit t('.Create Company', :

[Rails] help regarding internationalization for bootstrap button.

2013-07-17 Thread Tushar Patil
Hi, I am trying to convert my application in hindi, I am stuck in the renaming submit button name, It works fine for hindi but not working for english, it gives syntax error, here is my submit button code <%= f.submit t('.Create Company', :default => t("helpers.links.Create Company")), :class

[Rails] Re: Remove cache after logout

2013-07-17 Thread Asif Nauman
Thank You. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com. To p

[Rails] Re: Remove cache after logout

2013-07-17 Thread Asif Nauman
News Aanad wrote in post #1002733: > I have tried that but it still not working. > I have tried code in application controler: > > before_filter :set_cache_buster > >def set_cache_buster > response.headers["Cache-Control"] = "no-cache, no-store, max-age=0, > must-revalidate" > respon

Re: [Rails] Install Rails 4 correctly on OS X Mountain Lion

2013-07-17 Thread Dheeraj Kumar
I usually use https://github.com/joshfng/railsready - a single command install for an entire rails development setup. -- Dheeraj Kumar On Wednesday 17 July 2013 at 1:35 PM, Nico S. wrote: > After reading several books and tutorials on Rails, I found it difficult > to get a step by step guide

[Rails] Install Rails 4 correctly on OS X Mountain Lion

2013-07-17 Thread Nico S.
After reading several books and tutorials on Rails, I found it difficult to get a step by step guide to set up Rails on OS X. Most of what I read is just speeding through the steps and many of them don't work as expected for various reasons (no compiler installed, outdated version of curl, etc). So

[Rails] Combine two apps into one? Engines?

2013-07-17 Thread Patrick Bartels
Hey, I have two applications I'd like to combine using a wrapper application. I thought about using engines but that turned out to be rather difficult. Does anyone know of a solution how to do this? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscri