15 Jun, 2012

1 commit


24 May, 2012

1 commit


16 May, 2012

3 commits


13 May, 2012

1 commit


26 Apr, 2012

1 commit


03 Apr, 2012

1 commit


22 Mar, 2012

1 commit


09 Mar, 2012

1 commit


08 Mar, 2012

2 commits


07 Mar, 2012

1 commit


29 Feb, 2012

1 commit


25 Feb, 2012

1 commit


15 Feb, 2012

1 commit


14 Feb, 2012

1 commit


10 Feb, 2012

1 commit


09 Feb, 2012

5 commits


08 Feb, 2012

1 commit

  •   * In app/controller/admin/users_controller.rb uses a User.find() method call that uses a :include argument to load the needed Persons with a single sql instead of one sql consult per user.
      * Only call User.find() if the format is csv or xml, to avoid making the
    huge sql consult every time the user loads the page.
    
      * With this change, the downloading time of a users list on csv format
    decreased 63%, while on xml format decreased 30%.
      * I've got no guarantee it's enough time to avoid timeout in production
    server, though.
      * Not tested on debian.
    
    (ActionItem2241)
    Larissa Reis
     

07 Feb, 2012

1 commit


06 Feb, 2012

1 commit


31 Jan, 2012

2 commits


27 Jan, 2012

1 commit


24 Jan, 2012

1 commit


16 Jan, 2012

2 commits


10 Jan, 2012

1 commit


09 Jan, 2012

1 commit


04 Jan, 2012

4 commits


30 Dec, 2011

2 commits

  • Daniela Feitosa
     
  •    * new table production_costs
         * environment and enterprises can have them
       * new table price_details
         * products have price details with a cost and a price
       * updated db/schema
       * included method to display the total value of inputs
       * included partials to display and edit price details
       * allowing users to create new cost from select
       * manage_products.js to separate js codes from application.js
       * numbers_only_javascript
         * created a partial with the js needed to allow only numbers on some fields
      * price composition bar is updated when an user edit some price
    
    (ActionItem1413)
    Daniela Feitosa