Displaying 20 results from an estimated 10000 matches similar to: "[Startup] Java Backend and Rails Frontend"
2009 Mar 17
0
JAX India 2009: International Conference on Java Technologie
Hi,
Here is an update on JAX India 2009, an International Conference on Java
Technologies to be held in Bangalore between April 06 and 10.
1) Liferay, SAP, Signsoft, isc2 and many other companies have stepped in
as sponsors to support the popular event.
2) Some of the renowned speakers, who have confirmed their
participation, are:
· Axel Angeli, Logosworld, SOA Evangelist
· Neal Ford,
2009 Sep 15
6
User login and authentication
Being a rails newbie, I started to design our first rails-based
webapp. This app should not only be used via browsers, but we also
want to provide a (RESTful) api. I love the ''convention over
configuration'' paradigm, but am totally clueless on what to do when it
comes to user authentication. Is there a THE rails-way of doing this?
I found many excellent gems and plugins, such as
2006 Mar 21
7
Rails and JRuby
Has anyone attempted to run Rails inside of JRuby?
Is that even possible?
Aside from the performance implications, is it a bad idea?
I''m thinking that it might be useful in very rare cases where a
Ruby/Rails - equivalent of a Java solution may not exist yet.
Any thoughts?
Wes
--
Posted via http://www.ruby-forum.com/.
2010 Jun 09
4
db connection issues in production but not in dev mode
We have an application Ruby on rails, which fires a number of queries to
the database. I Suspect it is connection timeout error or something
When we run the application in development mode, it works as expected.
However when we switch to Production mode, we get the following error in
Postgre console:
--------------------------
LOG: could not receive data from client: No connection could be made
2009 Jun 08
2
To deploy or not to deploy on App Engine
I am nearing the end on a project i have been working on and am trying
to figure out where to host it. I am very tempted to host it on
google''s app engine. you get a ton of space, band width, and processor
all for free!
I was hoping to get some advice as to what people think about deplying
on the app engine.
Would it better to wait until ruby is supported? Are there perfomrance
issues
2010 Dec 15
3
Spreadsheet gem character encoding
Hi everybody
I''am working on a Rails app (using utf-8) in which I use the Spreadsheet
gem to generate Excel files (.xls in my case).
I ran into some issues when trying to write foreign characters to the
generated Excel-File.
The solution I found so far is to use Iconv like this:
Iconv.conv(''ISO-8859-9'', ''utf-8'', some_string)
This works fine with for
2013 Jul 23
1
Enviroment variables or Java startup -D arguments
Hi All,
I have been searching around for a few hours now, but don''t seem to be
using the correct search terms for the answer I need. So please forgive me
if this is a question that has been answered 100 times :( I have seen many
questions regarding enviroment variables, but non seem to be related.
Again, I may be misunderstanding the vocabulary)
I am setting up
2006 Aug 15
20
Talking to Java APIs
I''m trying to figure out how Ruby in general, and/or anything extra
Rails may have, can talk to Java APIs of third party server apps.
After quite a few search attempts net-wide and on ruby forums, and
with "Programming Ruby" in hand, I''m coming up with zilch. Either I''m
not finding it, or I''m not recognizing it.
I''m assuming there has
2010 Dec 06
15
Windows new installation - Always problems
I would like to know if there is a way to ''package'' an application
with all the associated gems and ship it to a new server and having it
to "just work" in a Windows environment.
Although I have never done it I know that Rails can be frozen into the
application. I am wondering if I can do the same thing with other
gems. I have found this
2009 Apr 24
1
Wiki Access Request for Java How To's
Hello,
My name is Sean Gilligan (wikiname: SeanGilligan) and I'd like to
contribute to the CentOS wiki.
Initially I'd like to do some documentation for Java (OpenJDK) on CentOS
5.3. I've used Fedora for years, but am getting tired of the
obsolescence that keeps happening. I'm also very excited about having
an integrated Java that I can use for actual server deployments. I
2007 Feb 14
4
fastthread-0.6.4.1 released
== NOW
A new version of fastthread, the library providing better
implementations of the classes in thread.rb, has been released.
Please note that fastthread is only for Ruby 1.8, not JRuby or any other
Ruby implementation (most of them don''t need it anyway!).
== WHY
The existing implementation of Mutex, Queue, etc. in thread.rb is slow.
fastthread''s is faster (and bypasses
2006 Nov 24
0
Calling Java in Rails (JRuby, jrb, yajb) - real-world experience?
Hi,
I''d be interested to hear from people who have used either JRuby or one
of the Java-Ruby bridges like jrb or yajb to call out to Java classes
from Rails.
Which bridge did you use, how did it work out? Which one do you
recommend?
Is anybody running Rails on JRuby on a production server, or is Rails
on JRuby still to experimental for that?
Thanking you in advance,
Elmar
2007 Feb 19
2
help - how to call java classes from controller
hi,
I need help to call java classes from the a controller action. I can
call a java class from a ruby script, but when I am trying to call in
controller, then
require ''java''
itself gives me load error.
I have java 1.4, jruby 0.9.0 and ruby 1.8.5 installed.
I have tried to start server as :
jruby script/server but it does not work.
In my application I need to use 3rd party
2009 Aug 11
13
I've decided to use Rails... (I hope I made the right decision).
I''ve read a ton of comparisons that compare one framework to another,
and one language to another. There''s so much conflicting advice out
there that it''s hard to know what is best. Did I make the right
choice choosing Rails for my first web project? I guess we''ll see.
The only reason why I''m hesitant is that a lot of the big name sites
use php
2006 Mar 07
4
Get rid of the "public"
Hello to all!
First I want to appologize if this topic has been already discussed but
the search does not work :)
I have RoR installed on a shared server. I also have a RoR application
installed in a subdomain. The structure is as follows:
www //this is my home WWW folder
+--- www //maps to www.mydomain.com
|
+--- webapp //maps to webapp.mydomain.com. Here is my RoR application
|
2007 Jan 16
1
calling java API from ruby
ok, i want to be able to send some data from my rails app to a CRM. The
library that defines the API for talking to the CRM is written in java.
I got JRuby working, which is pretty cool, but to my understanding i
would have to convert my ruby on rails app to a jruby on rails app
which, as far as i''ve understood, is different deal altogether and
would be set up more like a java server
2006 Jun 23
9
Connecting MQ from Rails ??
Hi all,
I want to Connect to IBM MQ from Rails/Ruby, can it be done? and get the
messages from the Queue, then i want to use this message in ruby/rails.
Is there a direct way of doing the above job?? If so any packages are
available?
If there is not a way currently, and any thoughts of how we can do the
above job indirectly through some other means or round about ways or
workarounds can be
2010 Jan 11
3
Capistrano deploy without irs_process_scripts
Hi,
I am reading docs to understand how to deploy with Capistrano my ROR
webapps.
In guides.rubyonrails.org/2_3_release_notes.html is written:
"If you’re one of the (fairly rare) Rails developers who deploys in a
fashion that depends on the inspector, reaper, and spawner scripts,
you’ll need to know that those scripts are no longer included in core
Rails. If you need them, you’ll be able to
2017 Jan 09
2
Trouble removing files in chrooted sftp
Hi,
I have trouble setting up chrooted SFTP for our user.
I got the basic SFTP chroot working, user is chrooted to its home
directory, I've added /home/userb/etc directory with dummy passwd, group
and localtime files.
The problem is that instead of only accessing its own files, I need the
user to be able to remove another users files.
I have web application which runs as different user, the
2011 Mar 21
3
Does unicorn support mount the webapp with a prefix like Thin does?
For example, I have a webapp that handles /welcome.
Does unicorn support to mount the entire webapp at /prefix so request
to /prefix/welcome are?handled?