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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3947486
UPDATE: removing cuentas.
Feb 27, 2012
b040965
UPDATE: removing cuentas
Feb 27, 2012
36f16fe
REMOVE: acts_as_versioned
Feb 27, 2012
609f66c
REMOVE: user_id
Feb 27, 2012
75becf5
REMOVE: hidden
Feb 27, 2012
a18ec68
UPDATE: schema
Feb 27, 2012
db508ec
REMOVE: hidden de la vista _search
Feb 27, 2012
d0e201e
REMOVE: scope baja en los controladores
Feb 27, 2012
6c4c03a
UPDATE: yml files, removing hidden, user, version
Feb 27, 2012
fd52968
REMOVE: saco las migraciones que crean las tablas de veriones.
Feb 28, 2012
8394ff9
REMOVE: largentinas
Feb 28, 2012
6f197e1
REMOVE: squeezer gem
Feb 28, 2012
15e1cba
MOVE: public to assest
Feb 28, 2012
5e1fc55
UPDATE: Rails 3.2
Feb 28, 2012
192487f
REMOVE: styles, imgas and js from public
Feb 28, 2012
8a34fc7
HOT FIX: saco la funcion para eliminar row de psajeros en el new de r…
Feb 28, 2012
e429024
FIX: arrelgo la direccion de las imagenes en los archivos de estilo y…
Feb 29, 2012
fc2be82
REMOVE: archivos de jquery.
Feb 29, 2012
85cba20
UPDATE: actualizo el estilo redmond
Feb 29, 2012
442c411
FIX: arrelgo el application css para que no llame a todos lo css y so…
Feb 29, 2012
be610bf
CLEAN: Quito user_id y hidden de modelos que quedaron perdidos.
eloyesp Mar 2, 2012
b4a189a
revierto fd529681d8faa04b4443246b4e39616fb1e7cc0c
eloyesp Mar 2, 2012
214d723
ADD: drop_migrations_tables by migration
eloyesp Mar 2, 2012
03f2055
Clean: quito seeds específicos a representaciones.
eloyesp Mar 2, 2012
8874046
FIX encoding in legacy assets
eloyesp Mar 5, 2012
33aeecc
FIX: image path in menu.
eloyesp Mar 5, 2012
a28146f
FIX: Agrego assets en el Gemfile.
eloyesp Mar 5, 2012
9e02520
Update: actualizo y pongo en vendor el jqGrid.
eloyesp Mar 5, 2012
e1fecf5
UPDATE: Rails (3.2.2)
eloyesp Mar 5, 2012
930da24
FIX: test deposito controller
eloyesp Mar 5, 2012
a58041e
FIX para el formulario de Deposito.
eloyesp Mar 8, 2012
2dd4e3c
Quito Cuenta_id de Movimientos y restauro el schema de representaciones.
eloyesp Mar 8, 2012
0924fbd
Arreglo el autocomplete de pasajeros.
eloyesp Mar 9, 2012
3d18774
FIX: arreglo la x del tab para que se vea bien
Mar 19, 2012
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
30 changes: 17 additions & 13 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
source 'http://rubygems.org'
gem 'thin'

gem 'rails', '3.0.11'
gem 'rails', '3.2.2'

# gemas propias
gem 'squeezer',"0.2.1"
gem 'largentinas',"0.1.0"
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'therubyracer'
gem 'uglifier', '>= 1.0.3'
gem 'jquery-rails'
end

# vistas
gem 'will_paginate', '~> 3.0'
Expand All @@ -18,24 +21,25 @@ gem 'formtastic', '~> 1.2.3'
gem "devise", "~>1.1.rc2"
gem "cancan"

# Controllers
gem "inherited_resources"

# deprecated
gem "paperclip"
gem "inherited_resources"
# also deprecated
group :development, :test do
gem 'dbf'
end

gem "jquery-rails"

# modelos
gem "mysql2", '~> 0.2.7'
# Modelos
gem "mysql2", '~> 0.3.x'
gem "meta_search"
gem "acts_as_versioned"
gem 'money'

# Server
gem 'thin'

# Debug
group :development, :test do
gem 'pry'
gem 'forgery'
end

207 changes: 114 additions & 93 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,166 +2,187 @@ GEM
remote: http://rubygems.org/
specs:
Ascii85 (1.0.1)
abstract (1.0.0)
actionmailer (3.0.11)
actionpack (= 3.0.11)
mail (~> 2.2.19)
actionpack (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.11)
activesupport (= 3.0.11)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
activesupport (3.0.11)
acts_as_versioned (0.6.0)
activerecord (~> 3.0.0.beta4)
arel (2.0.10)
actionmailer (3.2.2)
actionpack (= 3.2.2)
mail (~> 2.4.0)
actionpack (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.2)
activesupport (= 3.2.2)
builder (~> 3.0.0)
activerecord (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
activesupport (3.2.2)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
bcrypt-ruby (3.0.1)
builder (2.1.2)
builder (3.0.0)
cancan (1.6.7)
cocaine (0.2.1)
coderay (0.9.8)
daemons (1.1.5)
dbf (1.7.2)
fastercsv (~> 1.5.4)
coderay (1.0.5)
coffee-rails (3.2.1)
coffee-script (>= 2.2.0)
railties (~> 3.2.0.beta)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.2.0)
daemons (1.1.8)
dbf (1.7.3)
devise (1.5.3)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
warden (~> 1.1)
erubis (2.6.6)
abstract (>= 1.0.0)
erubis (2.7.0)
eventmachine (0.12.10)
fastercsv (1.5.4)
forgery (0.5.0)
execjs (1.3.0)
multi_json (~> 1.0)
formtastic (1.2.4)
actionpack (>= 2.3.7)
activesupport (>= 2.3.7)
i18n (~> 0.4)
haml (3.1.4)
has_scope (0.5.1)
i18n (0.5.0)
hike (1.2.1)
i18n (0.6.0)
inherited_resources (1.3.0)
has_scope (~> 0.5.0)
responders (~> 0.6.0)
jquery-rails (1.0.19)
railties (~> 3.0)
journey (1.0.3)
jquery-rails (2.0.0)
railties (>= 3.2.0.beta, < 5.0)
thor (~> 0.14)
json (1.6.4)
largentinas (0.1.0)
mail (2.2.19)
activesupport (>= 2.3.6)
json (1.6.5)
libv8 (3.3.10.4)
mail (2.4.1)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
meta_search (1.0.6)
actionpack (~> 3.0.2)
activerecord (~> 3.0.2)
activesupport (~> 3.0.2)
arel (~> 2.0.2)
method_source (0.6.7)
ruby_parser (>= 2.3.1)
meta_search (1.1.3)
actionpack (~> 3.1)
activerecord (~> 3.1)
activesupport (~> 3.1)
polyamorous (~> 0.5.0)
method_source (0.7.0)
mime-types (1.17.2)
money (4.0.1)
money (4.0.2)
i18n (~> 0.4)
json
mysql2 (0.2.18)
orm_adapter (0.0.5)
paperclip (2.4.5)
multi_json (1.1.0)
mysql2 (0.3.11)
orm_adapter (0.0.6)
paperclip (2.7.0)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
mime-types
pdf-reader (0.10.1)
pdf-reader (1.0.0)
Ascii85 (~> 1.0.0)
ruby-rc4
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.3)
prawn (0.12.0)
pdf-reader (>= 0.9.0)
ttfunk (~> 1.0.2)
pry (0.9.7.4)
coderay (~> 0.9.8)
method_source (~> 0.6.7)
ruby_parser (>= 2.3.1)
slop (~> 2.1.0)
rack (1.2.5)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
pry (0.9.8.2)
coderay (~> 1.0.5)
method_source (~> 0.7)
slop (>= 2.4.4, < 3)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.0.11)
actionmailer (= 3.0.11)
actionpack (= 3.0.11)
activerecord (= 3.0.11)
activeresource (= 3.0.11)
activesupport (= 3.0.11)
rails (3.2.2)
actionmailer (= 3.2.2)
actionpack (= 3.2.2)
activerecord (= 3.2.2)
activeresource (= 3.2.2)
activesupport (= 3.2.2)
bundler (~> 1.0)
railties (= 3.0.11)
railties (3.0.11)
actionpack (= 3.0.11)
activesupport (= 3.0.11)
railties (= 3.2.2)
railties (3.2.2)
actionpack (= 3.2.2)
activesupport (= 3.2.2)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
thor (~> 0.14.6)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
responders (0.6.4)
ruby_parser (2.3.1)
sexp_processor (~> 3.0)
sexp_processor (3.0.10)
slop (2.1.0)
squeezer (0.2.1)
responders (0.6.5)
ruby-rc4 (0.1.5)
sass (3.1.12)
sass-rails (3.2.3)
railties (~> 3.2.0.beta)
sass (>= 3.1.10)
tilt (~> 1.3)
slop (2.4.4)
sprockets (2.1.2)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
therubyracer (0.9.9)
libv8 (~> 3.3.10)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
ttfunk (1.0.3)
tzinfo (0.3.31)
warden (1.1.0)
tzinfo (0.3.32)
uglifier (1.2.2)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
warden (1.1.1)
rack (>= 1.0)
will_paginate (3.0.2)
will_paginate (3.0.3)

PLATFORMS
ruby

DEPENDENCIES
acts_as_versioned
builder
cancan
coffee-rails (~> 3.2.1)
dbf
devise (~> 1.1.rc2)
forgery
formtastic (~> 1.2.3)
haml
inherited_resources
jquery-rails
largentinas (= 0.1.0)
meta_search
money
mysql2 (~> 0.2.7)
mysql2 (~> 0.3.x)
paperclip
prawn
pry
rails (= 3.0.11)
squeezer (= 0.2.1)
rails (= 3.2.2)
sass-rails (~> 3.2.3)
therubyracer
thin
uglifier (>= 1.0.3)
will_paginate (~> 3.0)
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// the compiled file.
//
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
// GO AFTER THE REQUIRES BELOW.
//
//= require jquery
//= require jquery-ui
//= require jquery_ujs
//= require jqGrid
//= require jquery.freeow.min
//= require menu
//= require autocompletePersona
//= require autocomplete
//= require jq.reservas
//= require jq.voucher
//= require jquery.doublesubmit




//request = $.ajax();
//agrega un tab con
//model es el nombre del modelos, entidad, reserva, etc. en singular y minuscula
Expand Down Expand Up @@ -159,3 +186,4 @@ $(function() {

skin();
});

Loading