Displaying 4 results from an estimated 4 matches for "railslodg".
Did you mean:
railslog
2007 Apr 27
0
new plugin - please review and add suggestions
...to improve the code, better gems to make use of,
things I should be doing / things that I shouldn''t please let me know.
This is not complete, s if anyone has any further ideas on what else
would be useful within this plugin, please pop them down too.
The repository can be found at:
http://railslodge.com/svn/plugins/trunk/text_formatter/
Thanks
Scott
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email...
2008 Jan 02
0
why does rails keep prompting me for post?
Hi, was tryin to do a restful method to allow users to change
password.
This is what i did:
1) use restful authentication plugin.
2) use the code here http://www.railslodge.com/plugins/75-restful-authentication/documentations/1-change-password
3) realise that
no1. i am using something funny like /v1/users/:permalink/
change_password and not just /change_password
no2. i cant use html.erb for some reasons hence i resorted to
using .rhtml
4) end up re writing the vie...
2008 Jan 26
0
Error: no such file to load -- geokit (plugin is install)
Hi,
after spending hours on getting geokit and ym4r running I don''t know how
to do or how to getting a test running. I have try the tutorial from
http://www.railslodge.com/plugins/179-ym4r but I don''t get it :(.
Has sone one other tutorials he can recommend?
Maybe someone knows were I did my mistake (I only want to show a fixed
address, no database connection so far, pure simplicity ;) ).
I have installed the plugins Geokit and Ym4r (vendor/plugins)....
2008 Jan 14
4
PIE CHART
i have a rails applications which can record various tasks
and times used to do those tasks within each day in a week,
now i want it to have the abbility of displaying the
percentage of time spent in each task in a pie chart. can
someone please show me the neccesary formatting of data and
other steps required for this to be done using