Initial 1.9.2, specs fail (possibly validatable), need to pull in aredridel photo fixes
This commit is contained in:
parent
70a22ae839
commit
b9bff76054
3 changed files with 0 additions and 18 deletions
1
Gemfile
1
Gemfile
|
|
@ -47,7 +47,6 @@ group :test do
|
||||||
gem 'rspec-rails', '2.0.0.beta.17'
|
gem 'rspec-rails', '2.0.0.beta.17'
|
||||||
gem 'mocha'
|
gem 'mocha'
|
||||||
gem 'webrat', '0.7.2.beta.1'
|
gem 'webrat', '0.7.2.beta.1'
|
||||||
gem 'redgreen'
|
|
||||||
gem 'autotest'
|
gem 'autotest'
|
||||||
gem 'database_cleaner'
|
gem 'database_cleaner'
|
||||||
gem 'saucelabs-adapter', '= 0.8.12'
|
gem 'saucelabs-adapter', '= 0.8.12'
|
||||||
|
|
|
||||||
|
|
@ -180,7 +180,6 @@ GEM
|
||||||
rake (>= 0.8.4)
|
rake (>= 0.8.4)
|
||||||
thor (~> 0.14.0)
|
thor (~> 0.14.0)
|
||||||
rake (0.8.7)
|
rake (0.8.7)
|
||||||
redgreen (1.2.2)
|
|
||||||
rest-client (1.6.1)
|
rest-client (1.6.1)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
rspec (2.0.0.beta.22)
|
rspec (2.0.0.beta.22)
|
||||||
|
|
@ -252,7 +251,6 @@ DEPENDENCIES
|
||||||
pubsubhubbub
|
pubsubhubbub
|
||||||
rails (= 3.0.0)
|
rails (= 3.0.0)
|
||||||
redfinger!
|
redfinger!
|
||||||
redgreen
|
|
||||||
roxml!
|
roxml!
|
||||||
rspec (>= 2.0.0.beta.17)
|
rspec (>= 2.0.0.beta.17)
|
||||||
rspec-rails (= 2.0.0.beta.17)
|
rspec-rails (= 2.0.0.beta.17)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
require File.expand_path('../../../lib/diaspora/user/friending', __FILE__)
|
require File.expand_path('../../../lib/diaspora/user/friending', __FILE__)
|
||||||
require File.expand_path('../../../lib/diaspora/user/querying', __FILE__)
|
require File.expand_path('../../../lib/diaspora/user/querying', __FILE__)
|
||||||
require File.expand_path('../../../lib/diaspora/user/receiving', __FILE__)
|
require File.expand_path('../../../lib/diaspora/user/receiving', __FILE__)
|
||||||
|
|
@ -258,20 +257,6 @@ class User
|
||||||
aspect(:name => "Family")
|
aspect(:name => "Family")
|
||||||
aspect(:name => "Work")
|
aspect(:name => "Work")
|
||||||
end
|
end
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
def self.create(opts ={})
|
|
||||||
puts opts.inspect
|
|
||||||
end
|
|
||||||
|
|
||||||
def terse_url
|
|
||||||
terse = self.url.gsub(/(https?:|www\.)\/\//, '')
|
|
||||||
terse = terse.chop! if terse[-1, 1] == '/'
|
|
||||||
terse
|
|
||||||
end
|
|
||||||
=======
|
|
||||||
|
|
||||||
>>>>>>> master
|
|
||||||
|
|
||||||
def diaspora_handle
|
def diaspora_handle
|
||||||
"#{self.username}@#{APP_CONFIG[:terse_pod_url]}"
|
"#{self.username}@#{APP_CONFIG[:terse_pod_url]}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue