Re: [Rails] My rails app display the authenticity token in the browser url

2019-03-28 Thread Don Bottles
has been sent. > > Do you want to redirect them to the home (or another) page and show a > "Your message has been sent" alert? > > replace flash.now[:error] = nil with redirect_to root_path, notice: 'Your > message has been sent!' > > On Thu, Mar 21, 20

[Rails] My rails app display the authenticity token in the browser url

2019-03-21 Thread Don Bottles
My rails app display the authenticity token in the browser url, when i click on send in my contact form, how do i make it not shown?? here is it => http://localhost:3000/contacts/new?utf8=✓&authenticity_token=JidgUrJ2OXU%2Fy482tx8%2Bua0ZhqRwHSkXme9

Re: [Rails] BUNDLER PROBLEM WITH RAILS SERVER

2019-02-27 Thread Don Bottles
t; On Wed, Feb 27, 2019, at 21:30, Don Bottles wrote: > > thanks @nanaya , i checked my gem list and found this; > > > > bundler (2.0.1, default: 1.17.2). > > > > any help??. > > > > Check the last part of my previous message. > > -- > You rece

Re: [Rails] BUNDLER PROBLEM WITH RAILS SERVER

2019-02-27 Thread Don Bottles
ok On Wed, Feb 27, 2019 at 12:34 PM nanaya wrote: > Hi, > > On Wed, Feb 27, 2019, at 21:30, Don Bottles wrote: > > thanks @nanaya , i checked my gem list and found this; > > > > bundler (2.0.1, default: 1.17.2). > > > > any help??. > > &

Re: [Rails] BUNDLER PROBLEM WITH RAILS SERVER

2019-02-27 Thread Don Bottles
thanks @nanaya , i checked my gem list and found this; bundler (2.0.1, default: 1.17.2). any help??. tried adding bundler version to gemfile but didn't work.i think that idea was dumb. On Wed, Feb 27, 2019 at 11:55 AM nanaya wrote: > Hi, > > On Wed, Feb 27, 2019, at 20:42, Don

[Rails] BUNDLER PROBLEM WITH RAILS SERVER

2019-02-27 Thread Don Bottles
HELLO, PLEASE I NEED HELP VERSIONS: ruby 2.6.1p33 (2019-01-30 revision 66950) [x64-mingw32] RAILS 5.2.2 when i run Rails server, this is what i get :: "You must use Bundler 2 or greater with this lockfile." though my using Bundler version 2.0.1 -- You received this message because you are subs

Re: [Rails] having problem with -> rails g rspec: install

2018-08-18 Thread Don Bottles
7;t playing well > with the defaults for the Rails you have loaded. > > On Wed, Aug 15, 2018 at 3:03 PM Bottles wrote: > >> i am running on ruby 2.3, and using rails 4.2.0 for my project >> also rails-rspec '~>3.0.0' >> >> when i run $ rails g rspec:i

[Rails] having problem with -> rails g rspec: install

2018-08-15 Thread Bottles
i am running on ruby 2.3, and using rails 4.2.0 for my project also rails-rspec '~>3.0.0' when i run $ rails g rspec:install i get this problem. any help please C:\Sites\livechat>rails g rspec:install C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/railties-4.2.0/lib/rails/ra iltie/confi