Ruby on Rails Thursday, February 2, 2012

On 2 February 2012 07:43, Pallav_bfs <spallav88@gmail.com> wrote:
> Hello All,
> I am working with rails in Windows xp platform since last 2 month or
> so.I have made some basic and simple rails CRUD app.
> But whenever I tried to put some authentication on top of the apps,the
> app went a lot slower.Specially when accessed from remote client
> machines.
>
> - RUBYGEMS VERSION: 1.8.10
>  - RUBY VERSION: 1.8.7 (2011-06-30 patchlevel 352) [i386-mingw32]
>  - INSTALLATION DIRECTORY: C:/Ruby187/lib/ruby/gems/1.8
>  - RUBY EXECUTABLE: C:/Ruby187/bin/ruby.exe
>  - EXECUTABLE DIRECTORY: C:/Ruby187/bin
>  - RUBYGEMS PLATFORMS:
>    - ruby
>    - x86-mingw32
>   -RAILS 3.0.10
>
> I am using AptanaStudio3 as IDE and  I have used gem 'devise 1.1.rc0'
> for authentication.
> Can anyone tell me how can I make my RESTful apps work a li'l faster
> with this configuration or any other that might help?

Are you running in development or production mode? Development is
slow as it reloads all the classes at each request.

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment