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
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
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
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
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
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
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
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
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
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:
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,
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
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
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
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
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
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
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
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
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', :
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
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
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
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
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
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
26 matches
Mail list logo