Ruby on Rails Friday, March 4, 2016

On 4 March 2016 at 12:03, Gm <javaplayer@gmail.com> wrote:
> Hi,
>
> I'm using AngularJS with Rails and I have a problem.
> My angular code makes several call to an API and all requests are displayed
> in the console.
> I think it's a problem because I'm exposing some parameters and informations
> about my API.
>
> Is there a way to hide these requests ?
> How can I solve this problem ?

Once you get into production you will not be starting the server from
a terminal window, so they will not be displayed.

Colin

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLs5Jju2tT-vqC0wH3Wx2aZbeqzkLCX4-FiBs47Dbv6ZNA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment