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
please can you help with which version of bootsnap is compatible with rails 5.2 On Thu, Aug 16, 2018 at 10:06 PM, Brandon McClelland wrote: > Have you run bundle on your app to see which gems are installed? It looks > like maybe you're using a version of bootsnap gem that isn't playing well > wi