similar to: Opensocial container

Displaying 20 results from an estimated 100000 matches similar to: "Opensocial container"

2007 Nov 27
0
opensocial container plugin
Since OpenSocial is bound to take over the world, I''ve just released a very early version of my opensocial container plugin. If you are brave, try it out and let me know how it goes. You can check it out here: http://elctech.com/2007/11/27/opensocial-container-plugin-0-0-1 -- Ryan Garver rgarver-jrinBW/Jv4hBDgjK7y7TUQ@public.gmane.org
2009 Mar 30
1
where can find open source rails forum code?
Where can find open source rails forum code? I found Beast but Beast maybe close or not update for long time. Where can I find some good forum I can use --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2006 Oct 18
0
Payment calculations for fixed rate loans (Excel PMT func?)
All, I need the Ruby equivalent of the Excel PMT function which will calculate a monthly payment amount given an interest rate, a number of months, and a present value of the loan amount. Anyone know where I can find such a beast? If someone can point me to the formula that Excel uses internally, that''s fine too. I know it isn''t very complicated, but I def. don''t
2008 Jun 24
3
Running the beast forum for the first time
Hey guys, so I think I''ve done my installation of the beast forum correctly. Its done the database migration and all the tables look fine. Now, when I run ruby script/server and point my browser at http://localhost:3000/ I get a "500 Internal Server Error" error. Anybody know whats causing this? I''ve been trying to work it out for ages now and its wrecking my head
2007 Sep 05
0
Savage Beast plugin: Question on the reply form
Hello! I have integrated the Savage Beast plugin with my site. For some reason, during the integration, the standard large black reply form that gets displayed when a user hits "Reply to topic", is *always* getting displayed at the bottom of the screen ... before the user hits "Reply to topic". The built in "cancel" link on the editbox will not remove the form, and
2007 Jun 04
1
acts_as_rateable in Beast
I''m trying to implement acts_as_rateable to my Beast installation to give users the option to rate posts (like reddit). I chose acts_as_rateable as it supposedly easily allows reddit-type voting but I''m having some problems setting it up and the documentation seems outdated. (http://www.juixe.com/techknow/index.php/2006/07/05/acts-as-rateable-plugin/) So far, I''ve
2008 Apr 07
1
here's some badly designed code
hello! i am kyrre and i''m a rails newbie. i''m trying to combine altered beast with chuckslist to create some sort of online community here in norway where i can make friends and maybe even hook up with some lovely ladies. but i feel that the chuckslist part ain''t as up-to-date and well-designed as the altered beast part. it''s not restful for instance, and my
2008 Aug 30
3
Working with sessions in beast forum
Hey, I''m designing an app which displays the events near a user in RoR. I''m using the beat forum to facilitate user management/sessions/etc. I''ve edited the sessions table in the Beast database to contain a "session_location" value and what I''d like to do is to set this to the users location when they log in. This would allow them to change their
2009 Oct 21
0
aep_beast forum authorized? method problem?
hello I have some problem in using aep_beast forum plugin base on rails engines. Whenever I try to access forum/new page to create new forum, I meet the page containing message (You don''t have access here.). What I figure out so far through a lot of tests is the problem lying in the authenticated_system.rb When I try to access normal page which is also subject to
2008 Jan 04
3
session auth and AWS auth
Hello I have 2 applications (1 normal, 1 Beast Forum) that set the session domain to be the same so that they can share information between them (they use the same database). However, i am not 100% clear on how I can expose the controller methods to each of them through normal HTTP Auth, and keep the normal acts_as_authenticated pieces in place at the same time? Is there a way to distinguish
2008 Mar 10
3
Need a simple forum or message board
I want to have a message board or forum in my site, I have looked at beast but have no clue how to use svn, and I have had no luck with savage beast either. Can anyone recommend a simple message board/forum that I could plugin and adjust with minimal effort. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2007 Mar 02
2
ActMethods has been removed from the module tree ???
Hello, I wrote a light weight version of acts_as_attachment and this has been working fine for some time now (about a week). Now i get the title error: ActMethods has been removed from the module tree but is still active! I have updated edge rails a few times as my project uses active_resource. The closest thing ive found is an AAA post on beast forum: http://beast.caboo.se/forums/2/topics/664
2011 Mar 03
1
Nondestructive testing environment on legacy db
Hi, I''ve been trying to Google for an answer to this, but the suggestions I''ve found have been either contradictory or seemingly outdated. I''m building a Rails frontend for a legacy Oracle database, and I want to do proper tests with RSpec/Cucumber. What I can''t seem to figure out is how to run tests without destroying and rebuilding the database. I''m
2006 Oct 25
1
Capistrano, Media Temple and their Grid Servers
Hey Everyone, According to the comments section in this blog post MediaTemple has their own capistrano deploy script: http://blog.vixiom.com/2006/10/12/media-temple-tames-the-beast-new-ruby-on-rails-hosting-service-with-mongrel/ The problem is that this deploy script refers to a file called ''mt-capistrano'' that I can''t find anywhere. Does anyone have any suggestions
2008 Nov 23
0
Recent and Popular Posts in Beast Forum
Hi, so I''ve integrated the Beast forum into my ruby on rails website and would like to display some of the forum data throughout the website. Basically, I''d like to list the last 5 posts to a UNIQUE topic, and also the most popular topics. I''m sure this wouldn''t be too tough to accomplish but I was wondering if anyone else had already implemented it so that it
2007 Dec 11
2
RoR Error When Doing: rake db:schema:load
Hey, I am new to this and I thought I had finally set up everything perfectly after three days of trying to configure it. However I run this command: rake db:schema:load and I get an error "syntax error on line 23, col 11: `''". The error however is now with the schema it''s with the ruby install itself as you can see with the trace I ran:
2008 Feb 22
0
Floating popup vs Split Container
Hi, My application uses dojo tabs and i have a situation where in i have a split container and now i have to show a floating div to which i have given a z-index. I want that div to be rendered always in the center of my browser window. But while i am trying it, it is always coming on one side of the Split Container. How can i ensure that it opens in the center only? Neha
2008 Apr 10
0
Synchronizing a table to a spreadsheet
Hello all, As much as I hate saying this, I would like to maintain 2 copies of some data, one copy in the form of a table in a database, and one in the form of an Excel spreadsheet. Unfortunately, either or both copies may be modified, so I need some way to synchronize the two, much the same way as a contacts database might be synchronized between a PDA and a desktop application. I am curious to
2008 Apr 21
2
Using Prototype Scripts and Google Spider?
Hey... Curious if you anyone has any experience with how Google Spiders index content that is served via a Ajax Call... just curious, cause this would have some impact on whether I would not i would use ajax in for somethings -- Joe Harman m --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2007 Feb 14
0
mini_magick processor for attachment_fu - HELP
I have posted this here also: http://beast.caboo.se/forums/2/topics/ 823 I''m writing this for a custom application that uses attachment_fu but I thought it might interest some people here who are have problems with rmagick or image_science. rmagick is causing large memory spikes for my application and my host will not install image_science, I tried out image_science locally and the