Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails3.2 #21

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open

Rails3.2 #21

wants to merge 34 commits into from

Commits on Feb 27, 2012

  1. UPDATE: removing cuentas.

    Olvap committed Feb 27, 2012
    Configuration menu
    Copy the full SHA
    3947486 View commit details
    Browse the repository at this point in the history
  2. UPDATE: removing cuentas

    Signed-off-by: Olvap <[email protected]>
    Olvap committed Feb 27, 2012
    Configuration menu
    Copy the full SHA
    b040965 View commit details
    Browse the repository at this point in the history
  3. REMOVE: acts_as_versioned

    Olvap committed Feb 27, 2012
    Configuration menu
    Copy the full SHA
    36f16fe View commit details
    Browse the repository at this point in the history
  4. REMOVE: user_id

    Olvap committed Feb 27, 2012
    Configuration menu
    Copy the full SHA
    609f66c View commit details
    Browse the repository at this point in the history
  5. REMOVE: hidden

    Olvap committed Feb 27, 2012
    Configuration menu
    Copy the full SHA
    75becf5 View commit details
    Browse the repository at this point in the history
  6. UPDATE: schema

    Olvap committed Feb 27, 2012
    Configuration menu
    Copy the full SHA
    a18ec68 View commit details
    Browse the repository at this point in the history
  7. REMOVE: hidden de la vista _search

    Olvap committed Feb 27, 2012
    Configuration menu
    Copy the full SHA
    db508ec View commit details
    Browse the repository at this point in the history
  8. REMOVE: scope baja en los controladores

    Olvap committed Feb 27, 2012
    Configuration menu
    Copy the full SHA
    d0e201e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c4c03a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2012

  1. REMOVE: saco las migraciones que crean las tablas de veriones.

    si no las sacas da error cuando queres correr las migraciones desde la version cero
    Olvap committed Feb 28, 2012
    5 Configuration menu
    Copy the full SHA
    fd52968 View commit details
    Browse the repository at this point in the history
  2. REMOVE: largentinas

    Olvap committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    8394ff9 View commit details
    Browse the repository at this point in the history
  3. REMOVE: squeezer gem

    Olvap committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    6f197e1 View commit details
    Browse the repository at this point in the history
  4. MOVE: public to assest

    Olvap committed Feb 28, 2012
    3 Configuration menu
    Copy the full SHA
    15e1cba View commit details
    Browse the repository at this point in the history
  5. UPDATE: Rails 3.2

    Olvap committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    5e1fc55 View commit details
    Browse the repository at this point in the history
  6. REMOVE: styles, imgas and js from public

    Olvap committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    192487f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a34fc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2012

  1. FIX: arrelgo la direccion de las imagenes en los archivos de estilo y…

    … muevo las imagenes para que sea compatible con 3.2
    Olvap committed Feb 29, 2012
    Configuration menu
    Copy the full SHA
    e429024 View commit details
    Browse the repository at this point in the history
  2. REMOVE: archivos de jquery.

    Jquery se maneja por una gema y no es necesario tener los archivos en assets
    Olvap committed Feb 29, 2012
    Configuration menu
    Copy the full SHA
    fc2be82 View commit details
    Browse the repository at this point in the history
  3. UPDATE: actualizo el estilo redmond

    Olvap committed Feb 29, 2012
    Configuration menu
    Copy the full SHA
    85cba20 View commit details
    Browse the repository at this point in the history
  4. FIX: arrelgo el application css para que no llame a todos lo css y so…

    …lo los que necesitamos
    Olvap committed Feb 29, 2012
    Configuration menu
    Copy the full SHA
    442c411 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2012

  1. CLEAN: Quito user_id y hidden de modelos que quedaron perdidos.

    Quedan los de Reserva porque están en uso.
    eloyesp committed Mar 2, 2012
    Configuration menu
    Copy the full SHA
    be610bf View commit details
    Browse the repository at this point in the history
  2. revierto fd52968

    De esta forma las migraciones quedan en el sistema.
    El método que se usaba en las migraciones y daba error fue eliminado.
    Cambio otras migraciones que afectaban las tablas de versionado.
    Vuelvo también otra migración perdida de antes sobre movimientos.
    eloyesp committed Mar 2, 2012
    Configuration menu
    Copy the full SHA
    b4a189a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    214d723 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03f2055 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2012

  1. Configuration menu
    Copy the full SHA
    8874046 View commit details
    Browse the repository at this point in the history
  2. FIX: image path in menu.

    eloyesp committed Mar 5, 2012
    Configuration menu
    Copy the full SHA
    33aeecc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a28146f View commit details
    Browse the repository at this point in the history
  4. Update: actualizo y pongo en vendor el jqGrid.

    Habilito el asset pipeline.
    El archivo de traducción en jqgrid tiene que ser llamado antes que los otros
    porque sinó no carga la tabla.
    Quito las fuentes de app/assets.
    eloyesp committed Mar 5, 2012
    Configuration menu
    Copy the full SHA
    9e02520 View commit details
    Browse the repository at this point in the history
  5. UPDATE: Rails (3.2.2)

    eloyesp committed Mar 5, 2012
    Configuration menu
    Copy the full SHA
    e1fecf5 View commit details
    Browse the repository at this point in the history
  6. FIX: test deposito controller

    los params deben ser un hash no un ActiveRecord. :(
    eloyesp committed Mar 5, 2012
    Configuration menu
    Copy the full SHA
    930da24 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2012

  1. Configuration menu
    Copy the full SHA
    a58041e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2012

  1. Configuration menu
    Copy the full SHA
    2dd4e3c View commit details
    Browse the repository at this point in the history
  2. Arreglo el autocomplete de pasajeros.

    Ver linea 35, el resto es lineas en blanco.
    eloyesp committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    0924fbd View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2012

  1. FIX: arreglo la x del tab para que se vea bien

    Olvap committed Mar 19, 2012
    Configuration menu
    Copy the full SHA
    3d18774 View commit details
    Browse the repository at this point in the history