Reinier Balt
ceda51b5bf
upgrade to rails 2.3.12 and fix deprecation warning and fix some version numbers of gems used for testing
2011-06-09 17:04:00 +02:00
Reinier Balt
19f9cacd37
fix actionwebservice using path from Eric found on github.
2011-04-09 11:04:08 +02:00
Reinier Balt
e84e899bef
fix #1097 by unpacking gems into vendor
...
except RedCloth which needs native extentions
2011-02-25 15:31:05 +01:00
Stefan Richter
197afc5f5b
fixing issue with changing states before an instance is saved
2011-02-21 18:31:46 +08:00
Reinier Balt
48d9e49482
install translate from https://github.com/newsdesk/translate for non-production use
...
access /translate to view and edit i18n translations
2011-02-13 13:06:10 +01:00
Reinier Balt
736224aadb
upgrade to rails 2.3.11
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-02-11 16:29:47 +01:00
Reinier Balt
3283da2614
remove arts plugin that was not used afaics
2011-02-08 22:03:45 +01:00
Reinier Balt
97fae98791
remove has_many_polymorphs from vendor and reference it in environment.rb
2011-02-08 10:26:54 +01:00
Reinier Balt
594162d242
fix #1095 : remove old rack and will_paginate and add gem references. Please run rake gems:install
2011-02-08 09:40:54 +01:00
Reinier Balt
25b522c6d4
freeze rails 2.3.10
2011-02-04 17:11:33 +01:00
Reinier Balt
dea6dbe4da
unfreeze rails 2.3.9
2011-02-04 16:35:00 +01:00
Reinier Balt
6b95deef85
freeze rails 2.3.9
2011-02-04 16:23:44 +01:00
Reinier Balt
ee751a5ced
unfreeze rails
2011-02-04 16:23:41 +01:00
Reinier Balt
480a547b5b
remove jquery and jrails
2011-02-03 18:16:49 +01:00
Stefan Richter
f0826ac851
fix (seemingly) bug in aasm
2011-01-30 05:45:39 +08:00
Reinier Balt
a487b7f32f
fix #1085 . Manually applied 268c9040d5. Thanks Jason for the tip!
...
The patch is part of rails 2.3.6, so it will be included when we upgrade to 2.3.9
2011-01-07 16:14:25 +01:00
Reinier Balt
2c6d514970
remove concat message of swf_fu plugin from the console
2010-08-03 21:19:30 +02:00
Reinier Balt
65ecb7b019
migrated flashobject_helper to swf_fu because the first is not maintained anymore. Fixes #796
2010-07-29 21:41:36 +02:00
Eric Allen
35e15d6608
Get rid of in_place_editing plugin
...
Using jQuery jeditable plugin
2010-03-14 16:50:24 -04:00
Eric Allen
8b642e6b91
Get rid of auto_complete plugin
...
Using jQuery autocompletion now
2010-03-14 16:48:28 -04:00
Eric Allen
a0d12c95e9
No more bundle-fu
...
Using Rails 2's built-in bundling instead
I believe this closes #978
2010-03-14 16:18:13 -04:00
Eric Allen
b35b48f2bf
Replaced soap4r with Ruby 1.9-compat version
...
http://github.com/spox/soap4r-spox
Fixes #994 .
2010-03-14 12:35:55 -04:00
Eric Allen
61eb6aeb6a
Vendoring soap4r
2010-02-12 14:56:13 -05:00
Eric Allen
d8528071f0
AWS caused Rubinius to be sad. Fixed
2009-12-31 21:06:33 -05:00
Eric Allen
40074c71ad
Upgrade Selenium on Rails to r140
2009-12-16 16:44:49 -05:00
Eric Allen
156862200b
Vendoring Rack
...
Joyent hasn't upgraded their gem yet, and for many users this could be a
major installation pitfall. Rails is vendored, so why can't it boot?
Rack? What's that?
2009-12-14 11:40:57 -05:00
Eric Allen
6d3770c5fb
Eliminated use of scenarios plugin
...
It doesn't work on Rails 2.3.5
2009-12-08 13:34:06 -05:00
Eric Allen
ac0ff3feaf
Update open_id_authentication to 079b91f70602814c98d4345e198f743bb56b76b5
2009-12-07 18:21:49 -05:00
Eric Allen
144e74682b
Update has_many_polymorphs to 421dd0bd60b246652bbbafd64724ebf1efa27607
2009-12-07 18:20:17 -05:00
Eric Allen
804d59c542
Install ActionWebService ported to Rails 2.3
2009-12-07 18:07:09 -05:00
Eric Allen
f8779795ce
Vendoring Rails 2.3.5
2009-12-07 12:42:42 -05:00
Eric Allen
86de0a1290
A whole bunch more Selenium tests working
2009-10-07 16:32:34 -04:00
Eric Allen
47873fb323
Get rid of UJS plugin (finally)!
2009-09-07 16:12:53 -04:00
Eric Allen
be43b3ded8
Installing jrails
2009-09-02 10:04:17 -04:00
Eric Allen
feeca283b4
Upgrade skinny_spec to deal with newer version of RSpec due to unfreezing.
2009-05-04 00:07:08 -04:00
Eric Allen
746066972c
Asynchronous autocompleter for tags. Closes #462
2009-05-02 16:43:00 -04:00
Reinier Balt
058079a0a7
remove rspec rspec-rails and webrat frozen gem and add them using config.gem
2009-04-13 22:23:32 +02:00
Reinier Balt
374adbbd89
fix crlf issue
2009-02-07 21:26:43 +01:00
Reinier Balt
48fb00b24e
fix bundle_fu to handle relative roots
...
applied pending patches from bundle_fu issues 3 and 6
reverted previous workaround in standard.css for relative roots
2009-02-07 20:09:09 +01:00
bsag
5c4d27e8cd
Fixed webrat/core.rb to solve problem with Ubuntu, as documented here:
...
http://webrat.lighthouseapp.com/projects/10503/tickets/12-error-requiring-files-on-ubuntu
Fixes #808 (it really does this time!)
2008-12-26 17:55:09 +00:00
Reinier Balt
747c84ba7c
Merge branch '1.7_branch'
2008-12-22 23:32:06 +01:00
Reinier Balt
c0dbabf226
get latest has_many_polymorphs from git repo.
...
The repo got fixes we need that are not in the gem
2008-12-22 20:54:18 +01:00
Reinier Balt
f06f8a1275
add .specification to has_many_polymorphs
2008-12-22 16:53:25 +01:00
Reinier Balt
f97ca2f6af
upgrade has_many_polymorphs
2008-12-22 16:53:23 +01:00
Reinier Balt
16f170c299
Merge branch '1.7_branch'
...
Conflicts:
vendor/gems/ruby-openid-2.1.2/.specification
2008-12-21 22:00:41 +01:00
Reinier Balt
0604cb187f
fix annoying warning about the spec for highline.
...
seems that rake gems:refresh_specs only works for gems in /vendor/gems that are mentioned in config.gem in environment.rb. Therefore I've updated environment.rb.tmpl.
2008-12-21 21:53:42 +01:00
bsag
36a80a6a24
Tried to fix highline gem error by updating gemspec. Didn't work ;-)
2008-12-18 16:45:41 +00:00
Eric Allen
e92dae2ffc
Upgraded to open_id_authentication plugin at 00d8bc7f97 and unpacked ruby-openid gem version 2.1.2.
2008-12-08 00:44:09 -05:00
Luke Melia
ba09aab89c
Restore custom user-extensions.js for selenium tests.
2008-12-02 23:27:35 -05:00
Reinier Balt
9b504b3e47
Update selenium on rails using 'official' git repo
...
git://github.com/paytonrules/selenium-on-rails.git
2008-12-02 10:05:41 +01:00