Gonzalo Rodriguez
2de057d210
Remove unused method
2011-10-12 23:57:16 -02:00
Daniel Grippi
b7f4f81d28
Merge pull request #2148 from Pistos/issue-2007-comment-order-on-postgresql
...
Explicitly specify order of comments, since we cannot assume MySQL orderi
2011-10-12 16:09:18 -07:00
Gonzalo Rodriguez
6849c3604b
Keep searched tag in the search field. Closes #1983 .
2011-10-12 04:10:26 -02:00
Gonzalo Rodriguez
f655b12e98
Refactor display setup for De/select_all aspects link
2011-10-12 00:06:25 -02:00
Maxwell Salzberg
9fd1d7db63
updating gemfile and schema.rb
2011-10-11 16:53:37 -07:00
Maxwell Salzberg
8acd9acb08
tests moved and passing
2011-10-11 16:12:32 -07:00
Maxwell Salzberg
cfb28db00f
wip, but the refactored code works
2011-10-11 16:12:32 -07:00
Maxwell Salzberg
139ddd726a
wip oembed refactor. still need to make a oembed_helper, and move some tests to their new home, but e but we are looking preeeetttttyyyy good.
2011-10-11 16:10:14 -07:00
Maxwell Salzberg
963d5c1a69
wip
2011-10-11 16:10:14 -07:00
Manuel Schölling
3561021a90
Added cucumber tests for oEmbed feature
2011-10-11 16:09:16 -07:00
Manuel Schölling
f3ea8f424f
Added oEmbed support
2011-10-11 16:08:47 -07:00
Pistos
15b3cce6ee
Refactored ordering of post comments; moved it down to model level for greater reach (DRYer code).
...
Leaving the #order call in #last_three_comments caused the generated SQL to
have two conflicting ORDER BY components, which caused the query to return
invalid results. I removed the problem by removing #last_three_comments which
I consider a premature optimization.
2011-10-11 16:06:24 -04:00
Pistos
4774b670de
Whitespace cleanup.
2011-10-11 15:50:40 -04:00
Ilya Zhitomirskiy
7becb0ac0e
added require in admins controller
2011-10-11 11:05:32 -07:00
Ilya Zhitomirskiy
7fb26c4390
dg iz limiting to one month, added contacts sharing with count
2011-10-11 10:57:26 -07:00
Ilya Zhitomirskiy
288d20b6e8
correlations on the admins page
2011-10-11 10:57:26 -07:00
Ilya Zhitomirskiy
4c9b45b9c8
WIP
2011-10-11 10:57:26 -07:00
danielgrippi
818167c565
DG IZ; wip
2011-10-11 10:57:26 -07:00
Your Name
dcb4903711
use tag name instead of its id for pagination
2011-10-11 10:42:46 -07:00
Daniel Grippi
aba29ea479
Merge pull request #2156 from manuels/new_lines
...
[PaperCut] Allow new lines (<br>)
2011-10-11 09:44:52 -07:00
Daniel Grippi
eb19bc9a78
Merge pull request #2111 from vcuculo/fix-mobile-select
...
Fix #2091 - Aspects selection on mobile
2011-10-11 09:29:45 -07:00
danielgrippi
a2b79d0338
touch up header
2011-10-11 08:00:36 -07:00
danielgrippi
2ef56224be
DG MS; added more feedback to photo uploader
2011-10-10 16:35:18 -07:00
danielgrippi
882c0c2170
DG MS; fixed tags autocomplete styling and js
2011-10-10 15:59:13 -07:00
Manuel Schölling
1135c0ad79
Allow new lines (<br>)
2011-10-10 20:41:54 +02:00
Dan Hansen
32f1b61719
Mail doesn't seem to like the name-addr spec from RFC2822
2011-10-10 00:35:04 -05:00
Dan Hansen
f6845c360f
Revert "change namespace from Mail to Mailers"
...
This reverts commit f859904c76 .
2011-10-09 23:34:03 -05:00
Dan Hansen
f859904c76
change namespace from Mail to Mailers
...
locally when Resque tried to constantize Jobs::Mail Object.const_get("Jobs") returned our Jobs module but when it tried to const_get("Mail") it returned the Mail gem.
added copyright
2011-10-09 22:41:01 -05:00
Dan Hansen
814eb7b426
RFC2822 specifies that you use parentheses to denote a mailbox list. Use the addr-name spec to specify a display name and the from address.
...
Check against the raw headers of the mail as @mail.from excludes the display name
Extract shared logic between notifier methods
2011-10-09 22:19:50 -05:00
Gonzalo Rodriguez
6b5928ca09
Remember last selected aspects through the session
2011-10-09 02:24:53 -02:00
Pistos
cd3e824bc1
Explicitly specify order of comments, since we cannot assume MySQL ordering (which is by id).
2011-10-08 22:59:44 -04:00
Gonzalo Rodriguez
583dd20249
Refactor selected aspects ui setup
2011-10-08 23:14:04 -02:00
Levente Bagi
43544a7bee
fixed tags#show when tag is not found
...
Bug introduced by commit 2b22e1dab
2011-10-08 00:31:53 +01:00
Maxwell Salzberg
0da3fbcf66
fix some cases where the parent is nil in relayable retractions
2011-10-07 13:45:20 -07:00
Maxwell Salzberg
c85209a22c
strip whitespace in name call
2011-10-07 12:59:07 -07:00
Maxwell Salzberg
2b22e1dab5
make the links on featued users tile be the tag with the name in the link. added a following count to tags
2011-10-07 12:19:28 -07:00
Maxwell Salzberg
1bf51f678c
move featured users sidebar down
2011-10-07 11:17:18 -07:00
danielgrippi
2baa1e7c6e
remove hidden posts from the cache; add unhidden posts to the cache
2011-10-06 19:14:08 -07:00
Your Name
bdc7c85b7e
make tags links on featured users
2011-10-06 17:30:21 -07:00
Your Name
5b9fbd19ed
moar specs, a little perf upgrade for base_stream#person
2011-10-06 17:13:04 -07:00
Your Name
55ffc44a42
wip
2011-10-06 17:13:04 -07:00
Ilya Zhitomirskiy
d891e78652
refactored post receiving; only update cache on verfied received objects
2011-10-06 12:31:09 -07:00
maxwell
53c98e16e7
fix inf scroll on featured users stream
2011-10-06 12:31:08 -07:00
Your Name
619f5fd56e
move featured users to the other side and make a little sidebar widget for it
2011-10-06 12:27:02 -07:00
maxwell
c854ac51a3
fix inf scroll on featured users stream
2011-10-06 11:03:27 -07:00
Maxwell Salzberg
cdce54bbda
MS SM featured users stream. because we do what we want
2011-10-05 21:12:02 -07:00
Gonzalo Rodriguez
04b51cced8
Merge branch '1584-aspects-list'
2011-10-06 01:52:53 -02:00
Gonzalo Rodriguez
4563632afe
Avoid checkmark on 'All contacts' link
2011-10-06 01:07:28 -02:00
Gonzalo Rodriguez
30a13674e8
Edit aspect pencil was messed up with the title on the home page
2011-10-05 22:44:57 -02:00
Maxwell Salzberg
75aa3f8f97
include people names in the from field
2011-10-05 17:12:31 -07:00
Ilya Zhitomirskiy
2185df3f52
chaged the default order to created_at
2011-10-05 15:17:45 -07:00
Ilya Zhitomirskiy
3e2b30ec61
passing the server time to help intiate the infinite scrolling
2011-10-05 15:12:30 -07:00
Maxwell Salzberg
513b2cb5bc
make the aspect edit page a little more helpful for empty state. a loonngggg way to go
2011-10-05 15:07:35 -07:00
Maxwell Salzberg
59e0658497
default order for tags to be sorted by name
2011-10-05 14:00:28 -07:00
Vittorio Cuculo
c47579cfd8
Fix #2091 - Mobile select aspect
2011-10-05 09:30:45 +02:00
Dan Hansen
8c15ca2a4b
PMs and comments contain author name in "From" header
...
refactor notifier
2011-10-04 23:48:28 -05:00
Maxwell Salzberg
a3eeb9f3c1
comment on tagged posts wip
2011-10-04 18:20:15 -07:00
maxwell
eef054dc5e
wip
2011-10-04 18:20:14 -07:00
Ilya Zhitomirskiy
c2bb483b21
dg iz updating authors cache on creation of a post
2011-10-04 17:40:44 -07:00
Ilya Zhitomirskiy
b42d675cb7
accounting for the unified receiver interface of the method
2011-10-04 15:51:39 -07:00
Maxwell Salzberg
fca0ee7c7b
make remember me hidden on mobile
2011-10-04 15:43:38 -07:00
Ilya Zhitomirskiy
6ea540fb94
wip, adding to cache in receiver, caching is only triggered for receiving of posts
2011-10-04 10:32:17 -07:00
danielgrippi
1ab2ead10c
check for current user on tag pages
2011-10-03 19:42:19 -07:00
Gonzalo Rodriguez
80a494f9ba
Use haml instead of content_tag
2011-10-04 00:22:33 -02:00
danielgrippi
543bf458a2
extracted methods to helpers
2011-10-03 18:53:25 -07:00
Gonzalo Rodriguez
97e1775938
Adding alt text for header icons. Related to #2089 .
2011-10-03 23:33:32 -02:00
Maxwell Salzberg
81e04a11fe
fix tag stream, no comments for now, but coming soon
2011-10-03 17:30:22 -07:00
Maxwell Salzberg
34f82d8bc1
try an in query directly for the tags
2011-10-03 17:14:57 -07:00
danielgrippi
1d818fdc23
added reshare to mobile site
2011-10-03 17:02:23 -07:00
Maxwell Salzberg
56f5efc373
yeah that didnt work
2011-10-03 16:14:27 -07:00
Maxwell Salzberg
df023e4c72
small cubbies app scope refactor
2011-10-03 15:23:11 -07:00
Maxwell Salzberg
01fd1f23c7
moving stuff around
2011-10-03 15:23:11 -07:00
Maxwell Salzberg
1d2439ee76
clean up stream directory structure
2011-10-03 15:23:11 -07:00
Maxwell Salzberg
8fa02584c0
fix a bug I introduced
2011-10-03 15:23:11 -07:00
Maxwell Salzberg
52bb5900a3
added shared behaviors for real
2011-10-03 15:23:10 -07:00
Maxwell Salzberg
9a4c478a7b
these spes are really green. too bad we need #moar
2011-10-03 15:23:10 -07:00
Maxwell Salzberg
ad9dcd8542
holy guacamole. mentions page and tag following pages, plus a huge stream refactor
2011-10-03 15:23:10 -07:00
Maxwell Salzberg
412fe1b027
rebased and consolidated logic"
2011-10-03 15:22:14 -07:00
Maxwell Salzberg
429ac42502
added tag follow feature, mention page feature. is now pretty easy to add new types of streams, but some more refactoring could make it even nicer
2011-10-03 15:22:14 -07:00
Maxwell Salzberg
b5c3f2c615
wip
2011-10-03 15:22:14 -07:00
Maxwell Salzberg
0f073387ac
IZ MS refactor commenting disabled
2011-10-03 15:20:43 -07:00
Dennis Schubert
70d9dcf3b7
Merge pull request #2098 from lprelle/delete_dash_in_comments
...
delete the dash in comments, after the name
2011-10-03 14:58:34 -07:00
Lennart Prelle
0c42903d2c
delete dash in comments
2011-10-03 23:42:30 +02:00
Dan Hansen
3eaa1c0584
moved photo processing from model to resque job, added tests
...
removed Photo#not_processed
2011-10-03 14:58:44 -05:00
Gonzalo Rodriguez
ae1fedc73b
Preserve search term on search input. Related to #1983 .
2011-10-02 23:02:48 -02:00
Gonzalo Rodriguez
0b97a3525a
Merge branch 'aspect_nav_rework'
2011-10-02 21:08:12 -02:00
danielgrippi
f9d88e122f
limit contacts to 15 on aspects pages for faster network times
2011-10-02 13:11:30 -07:00
danielgrippi
9672c27232
using two less delegates in mobilejs; made some partials for mobile stream elements for sanity's sake
2011-10-02 12:27:14 -07:00
Maxwell Salzberg
164b395f06
derp. remove puts-es
2011-10-02 09:37:55 -07:00
Maxwell Salzberg
647bc585cc
always remember me on the mobile. make previous helpers shorter
2011-10-02 09:30:05 -07:00
Maxwell Salzberg
7c9eb065ba
make some shared devise logic into a helper
2011-10-02 09:15:02 -07:00
danielgrippi
b881d7b3de
default sort order to created_at instead of commented_on on desktop site
2011-10-01 16:24:28 -07:00
Dan Hansen
d0fe59af69
add cucumber feature for photo lightbox
...
change step to reflect element visibility
2011-10-01 15:52:48 -05:00
Maxwell Salzberg
00873cdc6a
small fix for mobile tag show pages
2011-10-01 09:47:57 -07:00
Gonzalo Rodriguez
d3a5bc1fb8
Merge branch 'master' into aspect_nav_rework
2011-10-01 03:58:50 -03:00
danielgrippi
eaa191515e
remove logging statement in a before filter that performed a query
2011-09-30 21:11:00 -07:00
Maxwell Salzberg
63c7634f6a
Revert "header data as helper methods"
...
This reverts commit 607013bc83 .
2011-09-30 14:43:52 -07:00
danielgrippi
607013bc83
header data as helper methods
2011-09-30 13:22:12 -07:00
Maxwell Salzberg
fd42629c04
Merge pull request #2077 from christophe-de/username-blacklist
...
add username blacklist
2011-09-30 12:00:15 -07:00
Ilya Zhitomirskiy
27dcdf9a11
added an index to root_id
2011-09-30 11:35:07 -07:00
Maxwell Salzberg
621075d4e1
fix mentioning from profile page spec, add some tests for the ajax_stream? method
2011-09-30 10:54:13 -07:00
Paul Spieker
0c12471feb
add username blacklist
2011-09-30 14:17:04 +02:00
Maxwell Salzberg
dfb4c9c920
Merge pull request #2051 from uiri/672-facebook-majority-market-share
...
Links in the message translate into a proper link on Facebook when sendin
2011-09-29 18:13:33 -07:00
Maxwell Salzberg
6ac0a46120
green jasmine by stubbing ajax_stream? in aspects controller
2011-09-29 18:04:21 -07:00
Uiri
0fbda5d077
Modularized and Tested™
2011-09-29 21:04:18 -04:00
Maxwell Salzberg
45491f06d5
fix cuke for inf scroll(dont rely on session for sort order)
2011-09-29 17:33:15 -07:00
Maxwell Salzberg
cd2eb4292e
fix cuke for inf scroll(dont rely on session for sort order)
2011-09-29 17:23:53 -07:00
Maxwell Salzberg
aa5d5b560d
fix incorrect status_message#new view
2011-09-29 15:17:25 -07:00
Maxwell Salzberg
5c96705069
fix typo, update webdriver
2011-09-29 14:48:47 -07:00
Maxwell Salzberg
772f69de2d
fix typo in statusmessage controller
2011-09-29 14:06:36 -07:00
Maxwell Salzberg
44942036da
make the socketing tests pending as we are not currently doing that
2011-09-29 13:33:44 -07:00
Maxwell Salzberg
b27a8dd330
fix up info sidebar"
2011-09-29 12:51:00 -07:00
danielgrippi
70b175479c
format all on including stylesheet for WP7
2011-09-29 00:39:12 -07:00
danielgrippi
e3bf03636b
pass in mobile as provider_display_name on posts if posting from mobile
2011-09-28 22:15:32 -07:00
Ilya Zhitomirskiy
c3746aec7f
passing around arrays instead of object on local batch receive
2011-09-28 21:34:48 -07:00
Gonzalo Rodriguez
74d00d7db4
Merge branch 'master' into aspect_nav_rework
2011-09-28 19:52:15 -03:00
Maxwell Salzberg
5ae9edc72e
fix comment bug
2011-09-28 13:44:58 -07:00
danielgrippi
38624afd9c
fix reshare cubbies bug on mobile
2011-09-28 11:29:36 -07:00
danielgrippi
d2d205ee08
make autoexpand work
2011-09-28 11:21:14 -07:00
danielgrippi
42fcf3e394
reshares up top
2011-09-27 21:32:11 -07:00
danielgrippi
7d662fcc92
move share button to top right corner
2011-09-27 21:09:28 -07:00
danielgrippi
f34f0ce5fb
expand/collapse comments with animation; added collapse link on bottom
2011-09-27 21:09:27 -07:00
danielgrippi
2b2443b6b9
aspect dropdown takes public and all aspects option
2011-09-27 21:09:27 -07:00
danielgrippi
9b057bdf16
added placeholder; force autofill off on comment fields; touched up mobile reshare view
2011-09-27 21:09:27 -07:00
danielgrippi
744ab579bd
adding comments work for one of two comment add buttons; added info on
...
posts; post show page.
2011-09-27 21:09:27 -07:00
danielgrippi
3b08fc8406
wip
2011-09-27 21:09:27 -07:00
danielgrippi
ea357a96ef
expand&collapse comments; added comment form (wip)
2011-09-27 21:09:27 -07:00
danielgrippi
9d72247e9e
mobile tags page
2011-09-27 21:09:27 -07:00
danielgrippi
d972802142
comment ajax on mobile.
2011-09-27 21:09:26 -07:00
danielgrippi
91c9fffb81
touched up login page wip
2011-09-27 21:09:26 -07:00
danielgrippi
f2f14c2894
fixed ajax for likes
2011-09-27 21:09:26 -07:00
danielgrippi
6deb924c32
fixed header; compose message on top right
2011-09-27 21:09:26 -07:00
danielgrippi
645af37358
more touchup; added placeholder for reaction tabs on post show; added more mobile boilerplate / compatability; apple splash page asset
2011-09-27 21:09:26 -07:00
danielgrippi
9e3ff7338e
ditch unused css rules; move js to body bottom
2011-09-27 21:09:26 -07:00
danielgrippi
00e561dd01
comments -> reactions
2011-09-27 21:09:26 -07:00
danielgrippi
ab3d220b57
always sort by created_at on mobile
2011-09-27 21:09:26 -07:00
danielgrippi
8c586c4567
added html5 boilerplate meta tags to mobile; stripped functionality to add back
2011-09-27 21:09:25 -07:00
Uiri
3aa3b9aea8
Better regex solution
2011-09-26 23:59:33 -04:00
Uiri
82feff7fb4
Links in the message translate into a proper link on Facebook when sending to facebook.
2011-09-26 23:59:33 -04:00
danielgrippi
49bee9bf19
fix the build
2011-09-26 20:53:06 -07:00
Gonzalo Rodriguez
e0ffd7c63e
Merge branch 'master' into aspect_nav_rework
...
Conflicts:
features/posts_from_main_page.feature
public/javascripts/aspect-filters.js
spec/javascripts/aspect-filters-spec.js
2011-09-27 00:08:05 -03:00
Ilya Zhitomirskiy
d36da2a266
ms iz made the aspect stream ajax in
2011-09-26 19:34:35 -07:00
Ilya Zhitomirskiy
f9172c8733
added aspect dropdown to the getting started page, renamed the button to be add contact
2011-09-26 17:32:37 -07:00
Ilya Zhitomirskiy
675908a57d
added an expanation of what connecting services does(getting started), also indicate services whick are connected connected services
2011-09-26 16:04:25 -07:00
Ilya Zhitomirskiy
afd1913de4
added a link to resque-web from admin page
2011-09-26 10:25:29 -07:00
danielgrippi
4bd1f0997d
fix build
2011-09-25 13:14:09 -07:00
danielgrippi
131166841a
added logged out page referencing mobile
2011-09-25 11:58:44 -07:00
Maxwell Salzberg
049eb74ab2
added route to grab users profile picture if you know their username
2011-09-24 23:33:14 -07:00
Gonzalo Rodriguez
be00536810
Remove extra whitespace inside person_link that's causing bad formatting on likes list
2011-09-24 19:07:17 -03:00
Ilya Zhitomirskiy
461cb22109
in the getting started featured tags are now followable
2011-09-23 17:06:21 -07:00
Ilya Zhitomirskiy
494ab8b13b
added community welcome and a non-mandatory wording
2011-09-23 14:56:33 -07:00
Ilya Zhitomirskiy
f8c05851f6
added an email link to the right section
2011-09-21 14:40:59 -07:00
Ilya Zhitomirskiy
4fb62afa2d
getting stated links open in new tabs, translated a string
2011-09-21 14:12:37 -07:00
Ilya Zhitomirskiy
386697f711
added a nil check, for pre-mongo days
2011-09-21 13:37:37 -07:00
Ilya Zhitomirskiy
c98f2d1664
added a weekly user stat for admin
2011-09-21 13:23:09 -07:00
Gonzalo Rodriguez
24be48d660
Strip full name considering cases where first or last name omitted
2011-09-20 22:18:35 -03:00
Maxwell Salzberg
8187fb9ddb
clean up and move help widget up the page
2011-09-20 10:05:39 -07:00
Ilya Zhitomirskiy
2cebfa54cc
fixed couple of specs, removed the federation fallback, and fixed the public hashtag pages (not displaying the publisher)
2011-09-19 15:52:25 -07:00
Ilya Zhitomirskiy
352be4d0c0
added the have support section and reworded the donation section to be clearer
2011-09-19 15:29:19 -07:00
Ilya Zhitomirskiy
41abb5790e
changed the to proc syntax to explicit block syntax
2011-09-19 14:16:26 -07:00
Ilya Zhitomirskiy
ed4b91249d
added a publisher to the tag page
2011-09-19 11:38:55 -07:00
Maxwell Salzberg
bc1aef4999
MS IZ start to implement followed tags in the stream
2011-09-16 18:19:34 -07:00
Maxwell Salzberg
e865dfc269
fix a bug with emailing in posts going to tumblr
2011-09-16 13:57:38 -07:00
Maxwell Salzberg
55999bc443
resolve route conflicts
2011-09-16 12:49:47 -07:00
Maxwell Salzberg
6c414d8562
add tests for object_should_be_processed_as_public? and delegegated public to the parent of relayable objects
2011-09-16 11:24:13 -07:00
Maxwell Salzberg
b63b6cbcd5
remove job alias
2011-09-16 10:33:15 -07:00
Maxwell Salzberg
d1fc3caae0
remove salmon hack
2011-09-16 10:30:37 -07:00
Maxwell Salzberg
7ae003c88c
alias receive salmon
2011-09-16 10:20:03 -07:00
Maxwell Salzberg
05816733ce
alias job
2011-09-16 10:14:32 -07:00
Maxwell Salzberg
9e0446f707
conversations are not public
2011-09-16 09:53:32 -07:00
danielgrippi
36f5e45c25
change Base64.encode64 to Base64.encode64s (encode without newlines)
2011-09-16 08:53:13 -07:00
danielgrippi
58abbcc058
DG MS; activate dispatcher switch in Dispatcher; remove diasporahq blocker
2011-09-16 08:53:13 -07:00
danielgrippi
999efbd451
IZ DG MS; fix method call in public receiver
2011-09-15 19:37:56 -07:00
Gonzalo Rodriguez
2bb2c6e3e8
Add links to person profile for post hidden text
2011-09-15 23:16:13 -03:00
Loïc Guitaut
a739c4f308
Ability to mount resque jobs monitoring directly into Diaspora* routes
...
As resque-web is considered as a debug tool, route is disabled for
production by default, and can be enabled via the `mount_resque_web` key
in application.yml.
2011-09-16 02:40:57 +02:00
danielgrippi
60cb9e43a7
DG MS; renamed Salmon jobs; CGI::unescape() incoming xml in public receive route
2011-09-15 15:33:28 -07:00
danielgrippi
ba8e50e34c
DG MS; renamed a file; fixed the build
2011-09-15 15:16:34 -07:00
danielgrippi
97f80272b2
DG MS; changed Job:: to Jobs::; require all mail jobs from Job base class
2011-09-15 12:42:53 -07:00
danielgrippi
ec011f0800
DG MS; optimized local comments to be batched; backfilled more tests
2011-09-15 11:22:47 -07:00
danielgrippi
cfa260927d
DG MS; remove unusused job
2011-09-15 11:22:47 -07:00
Daniel Grippi
380b980f8b
Merge pull request #1985 from alda519/featured_user_tag_link
...
fixed links to featured user's tags on getting_started page
2011-09-15 09:28:08 -07:00
danielgrippi
7216f76801
added some docs to Request [ci skip]
2011-09-15 08:39:21 -07:00
alda519
b2c141a221
fixed links to featured user's tags on getting_started page
2011-09-15 17:03:17 +02:00
danielgrippi
656640ee94
call Postzord::Receiver::Private explicitly in receive_salmon
2011-09-14 19:19:00 -07:00
danielgrippi
b3534ed5f4
Revert "show redis connection"
...
This reverts commit 6a887a6d99899b9876e3145fb0a8b92ce2a405cf.
2011-09-14 18:07:54 -07:00
danielgrippi
e0bdbef281
show redis connection
2011-09-14 18:07:53 -07:00
danielgrippi
4da9425480
fix pod_uri bug in app_config
2011-09-14 18:07:53 -07:00
danielgrippi
2f9ea6cd43
try accessing env var if present in app_config
2011-09-14 18:05:40 -07:00
danielgrippi
57079ef5cd
set ENV['HEROKU'] explicitly in the heroku:config task
2011-09-14 18:05:40 -07:00
danielgrippi
f55a086752
edit app+_config to look for heroku's ENV['STACK'] config var; load settings from ENV hash instead of application.yml if on heroku
2011-09-14 18:05:40 -07:00
danielgrippi
fab6f9ccd9
DG MS; fixed tests; explicitly send in dispatcher in httpmulti
2011-09-14 17:51:25 -07:00
Maxwell Salzberg
60ace5c297
DG MS; Broke out HydraWrapper in HttpMulti job
2011-09-14 15:50:07 -07:00
danielgrippi
91e649977c
MS DG update copyright
2011-09-14 11:23:12 -07:00
danielgrippi
aed08d6283
removed unused method; moved includes() out of scope
2011-09-14 00:10:04 -07:00
Ilya Zhitomirskiy
6b9ad7c4c6
SM IZ pared down markdownify to basic markdown, bumped version of RedCarpet
2011-09-13 20:20:49 -07:00
danielgrippi
015cc9e451
actually fix specs/cucumber
2011-09-13 18:21:16 -07:00
Maxwell Salzberg
df87b398c7
MS DG; fixed cucumber
2011-09-13 16:14:31 -07:00
Maxwell Salzberg
3184d7aad1
MS DG clean up Postzord::Dispatcher::Private
2011-09-13 13:32:50 -07:00
The Lambda Calculus
b7399cda8f
Merge pull request #1970 from TheLambdaCalculus/b1126-additional-refactoring
...
Refactoring for B#1126 fix. Photo model is now fatter with #destroy logic while Photo controller is thinner.
2011-09-13 07:15:29 -07:00
The Lambda Calculus
f8f1ef3f91
Refactored code so that the controller got thinner while the model become fatter [Finishes #1126 ]
2011-09-13 03:04:22 -04:00