[Student-projects] Project proceedings!

abhineet agarwal agarwal.abhi93 at gmail.com
Sat Jun 21 02:52:32 PDT 2014


Most likely yes, I just have to change the file names in language_name.lang
. Those are the raw files it uses to find the names I guess. Even if I am
able to do, how would I display it to the user ? They certainly won't
understand some of them like dutch has "nl" . Again I will have to use many
if  conditions while displaying it back to them.


On Sat, Jun 21, 2014 at 3:13 PM, Pirate Praveen <pravi.a at gmail.com> wrote:

> २०१४-०६-२१ १०:२२ [GMT]+०५:३०, abhineet agarwal <agarwal.abhi93 at gmail.com>:
> > Hey Ershad,
> >
> > I added the language by fetching it. Did the auto-detection part too and
> > currently showing it as a part of post itself. Problem is , when I use
> the
> > gem for auto-detection I won't be getting ISO codes, I would be rather
> > getting the name and I have to add lots of if conditions for it and then
> > again while displaying it I have to use if conditions to display the full
> > name and not ISO codes. Diaspora people want me to store it as ISO 639
> > language codes.
>
> Can you modify the gem to return ISO 639 codes also?
>
> > Apart from that the UI looks weird like I posted above. Please help me
> with
> > that.
> >
> > How do you want me to proceed next? How do I allot this name to posts
> > language field? As I have declared it as an xml attribute I have to skip
> > some validations to give them a language name. How should I display them
> on
> > screen, as in the UI part? It would be helpful if you could point me in
> > some direction as I am a bit weak with the Diaspora CSS.
> >
> >
> > On Thu, Jun 19, 2014 at 5:44 PM, abhineet agarwal
> > <agarwal.abhi93 at gmail.com>
> > wrote:
> >
> >> Included the language but still unable to fetch it to the controller.
> >> Please check latest 2 commits on the page I have given above.
> >>
> >>
> >> On Thu, Jun 19, 2014 at 3:08 PM, abhineet agarwal <
> >> agarwal.abhi93 at gmail.com> wrote:
> >>
> >>> Hey Ershad,
> >>>
> >>> There's a lot of discussion going on on this topic now at
> >>> https://github.com/diaspora/diaspora/pull/4998 . Please join it and
> let
> >>> me know in this discussion thread if there are any changes you want me
> >>> to
> >>> do. What they are suggesting includes a lot of changes and somehow it
> >>> looks
> >>> like extending the codebase a lot. Give me some heads up on how to save
> >>> particular users preferred languages. Can you check out the
> >>> app/views/_publisher_bootstrap.html.haml and let me know where to
> >>> include
> >>> the part to write down the language?
> >>>
> >>>
> >>> On Thu, Jun 19, 2014 at 12:55 PM, abhineet agarwal <
> >>> agarwal.abhi93 at gmail.com> wrote:
> >>>
> >>>> The pull request is having a lot of discussion now. They want me to
> >>>> handle the auto-complete feature for languages while signing up on
> >>>> client
> >>>> side totally. I will get it done asap.
> >>>>
> >>>>
> >>>> On Wed, Jun 18, 2014 at 4:16 PM, Hrishi <hrishi.kb at gmail.com> wrote:
> >>>>
> >>>>> @Abhineet
> >>>>>
> >>>>> Please continue the discussion in students-project mailing
> >>>>> list(CC-ed).
> >>>>> we want every  gsoc related communications documented in the mailing
> >>>>> list.
> >>>>>
> >>>>>
> >>>>> On Wed, Jun 18, 2014 at 3:32 PM, abhineet agarwal <
> >>>>> agarwal.abhi93 at gmail.com> wrote:
> >>>>>
> >>>>>> Ershad, please try my code. I have implemented the dropdown list.
> You
> >>>>>> can see my last but one blog update for the UI. I just want to fetch
> >>>>>> the
> >>>>>> selected value to status_messages_controller.rb to display it.
> Please
> >>>>>> help
> >>>>>> accomplish that. Also I have asked all the diaspora people. They
> said
> >>>>>> to
> >>>>>> send in a pull request and their reviews is taking lots of time I
> >>>>>> guess.
> >>>>>>  Any other dropdown list implementation doesn't fit the UI and goes
> >>>>>> out of
> >>>>>> hand. If you help me with this I will show you a rough UI for both
> >>>>>> manual
> >>>>>> and automatic tagging within no time.
> >>>>>>
> >>>>>> On Wednesday, June 18, 2014, Ershad K <ershad92 at gmail.com> wrote:
> >>>>>> > Hello Abhineet,
> >>>>>> >
> >>>>>> > I think we should focus on getting the manual tagging right before
> >>>>>> > anything else. Let's keep everything aside and please tell me
> where
> >>>>>> we
> >>>>>> > have reached in implementing the feature to tag a post manually.
> >>>>>> > Ideally every post should contain a select2[1] field where we can
> >>>>>> > enter tags for a post or a drop down like 'add gmail label' to add
> >>>>>> > language to the post.
> >>>>>> >
> >>>>>> > [1] http://ivaynberg.github.io/select2/ [ See 'Tagging Support']
> >>>>>> >
> >>>>>> > On Wed, Jun 18, 2014 at 10:23 AM, abhineet agarwal
> >>>>>> > <agarwal.abhi93 at gmail.com> wrote:
> >>>>>> >> Hey Ershad,
> >>>>>> >>
> >>>>>> >> Language detection part is the simplest thing and can be done as
> >>>>>> soon as
> >>>>>> >> these issues are solved. I am stuck up with bringing the manual
> >>>>>> >> tag
> >>>>>> to
> >>>>>> >> status messages controller. When it's done I guess everything
> >>>>>> >> falls
> >>>>>> into
> >>>>>> >> place and also I want to write a javascript wrapper class which
> >>>>>> detects
> >>>>>> >> #language_tag_{language.name} in a post(status message) and
> >>>>>> converts it into
> >>>>>> >> just language name and displays it in right corner in red color.
> >>>>>> Can you
> >>>>>> >> point me in the right direction to do that? Apart from this the
> >>>>>> >> way
> >>>>>> I am
> >>>>>> >> doing it makes you this language part clickable so you can see
> all
> >>>>>> the posts
> >>>>>> >> in this language if you click on it just like hashtags. And can
> >>>>>> >> you
> >>>>>> give me
> >>>>>> >> some more details about what other featutes mean?
> >>>>>> >>
> >>>>>> >> On Tuesday, June 17, 2014, Ershad K <ershad92 at gmail.com> wrote:
> >>>>>> >>> CC-ing Hrishi to the thread.
> >>>>>> >>>
> >>>>>> >>> On Tue, Jun 17, 2014 at 10:27 AM, Ershad K <ershad92 at gmail.com>
> >>>>>> wrote:
> >>>>>> >>>> Hi Abhineet,
> >>>>>> >>>>
> >>>>>> >>>> I think we can do the language detection part after mid term -
> I
> >>>>>> will
> >>>>>> >>>> also look into code and let's do it. Did we get other features
> >>>>>> >>>> working?
> >>>>>> >>>>
> >>>>>> >>>> On Mon, Jun 16, 2014 at 4:08 PM, abhineet agarwal
> >>>>>> >>>> <agarwal.abhi93 at gmail.com> wrote:
> >>>>>> >>>>> Hi Ershad,
> >>>>>> >>>>>
> >>>>>> >>>>> Could you get the problems I informed you about? It's all in
> >>>>>> there , if
> >>>>>> >>>>> you
> >>>>>> >>>>> help me with those things all of them will be done. Auto
> >>>>>> detection works
> >>>>>> >>>>> but
> >>>>>> >>>>> I have to write a javascript helper class and some css
> >>>>>> modifications
> >>>>>> >>>>> just to
> >>>>>> >>>>> parse and display.  As I am using the existing tags for the
> >>>>>> purpose we
> >>>>>> >>>>> need
> >>>>>> >>>>> not change feature settings much as those will be shown.
> Please
> >>>>>> try my
> >>>>>> >>>>> code
> >>>>>> >>>>> and help me with the part of fetching selected language to
> >>>>>> >>>>> status_messages_controller and I'll be able to show it ASAP. I
> >>>>>> have also
> >>>>>> >>>>> been trying a lot to discuss with diaspora people. Unable to
> >>>>>> >>>>> get
> >>>>>> much
> >>>>>> >>>>> help.
> >>>>>> >>>>> Of all 3 most experienced people there jhass asked me to give
> a
> >>>>>> pull
> >>>>>> >>>>> request
> >>>>>> >>>>> so that they'll assess it better and get back to me. I am
> going
> >>>>>> out of
> >>>>>> >>>>> station tomorrow morning and will come back day after night so
> >>>>>> can't be
> >>>>>> >>>>> in
> >>>>>> >>>>> touch. Will continue with all the works right then.
> >>>>>> >>>>>
> >>>>>> >>>>>
> >>>>>> >>>>> On Mon, Jun 16, 2014 at 3:50 PM, Ershad K <ershad92 at gmail.com
> >
> >>>>>> wrote:
> >>>>>> >>>>>>
> >>>>>> >>>>>> Hi Abhineet,
> >>>>>> >>>>>>
> >>>>>> >>>>>> Sorry, I had been keeping busy and now things have almost
> >>>>>> sorted out.
> >>>>>> >>>>>> I will try to run your code.
> >>>>>> >>>>>>
> >>>>>> >>>>>> 1. Out of the following features, may I know which all are
> >>>>>> >>>>>> done
> >>>>>> now?
> >>>>>> >>>>>>
> >>>>>> >>>>>> A. Ability to tag individual post
> >>>>>> >>>>>> B. Feature in settings to filter the posts in the feed
> >>>>>> >>>>>> C. Auto detection of languages.
> >>>>>> >>>>>>
> >>>>>> >>>>>> Can you please send us the screenshot of the completed
> >>>>>> >>>>>> features?
> >>>>>> >>>>>>
> >>>>>> >>>>>> Thank you.
> >>>>>> >>>>>>
> >>>>>> >>>>>> On Fri, Jun 13, 2014 at 3:42 PM, abhineet agarwal
> >>>>>> >>>>>> <agarwal.abhi93 at gmail.com> wrote:
> >>>>>> >>>>>> > Tried fixing language tag to some extent, was an error with
> >>>>>> some
> >>>>>> >>>>>> > labels.
> >>>>>> >>>>>> > Still not working like the tag thing.
> >>>>>> >>>>>> >
> >>>>>> >>>>>> >
> >>>>>> >>>>>> > On Thu, Jun 5, 2014 at 12:38 PM, abhineet agarwal
> >>>>>> >>>>>> > <agarwal.abhi93 at gmail.com>
> >>>>>> >>>>>> > wrote:
> >>>>>> >>>>>> >>
> >>>>>> >>>>>> >> Sure Ershad, no problem! I'll be trying out the final css
> >>>>>> >>>>>> >> and
> >>>>>> >>>>>> >> template
> >>>>>> >>>>>> >> display till then! :)
> >>>>>> >>>>>> >>
> >>>>>> >>>>>> >>
> >>>>>> >>>>>> >> On Thu, Jun 5, 2014 at 12:24 PM, Ershad K <
> >>>>>> ershad92 at gmail.com>
> >>>>>> >>>>>> >> wrote:
> >>>>>> >>>>>> >>>
> >>>>>> >>>>>> >>> Hi Abhineet,
> >>>>>> >>>>>> >>>
> >>>>>> >>>>>> >>> I'm little busy these days. Will get back to you after
> >>>>>> trying out
> >>>>>> >>>>>> >>> the
> >>>>>> >>>>>> >>> changes you made in a diaspora instance. Cheers
> >>>>>> >>>>>> >>>
> >>>>>> >>>>>> >>> On Wed, Jun 4, 2014 at 3:58 PM, abhineet agarwal
> >>>>>> >>>>>> >>> <agarwal.abhi93 at gmail.com> wrote:
> >>>>>> >>>>>> >>> > I also made another latest commit because of which
> >>>>>> sign_up page
> >>>>>> >>>>>> >>> > errors
> >>>>>> >>>>>> >>> > are
> >>>>>> >>>>>> >>> > removed but dynamic javascripts are still not working
> >>>>>> >>>>>> >>> > i.e
> >>>>>> >>>>>> >>> > auto-complete
> >>>>>> >>>>>> >>> > feature is not working.
> >>>>>> >>>>>> >>> >
> >>>>>> >>>>>> >>> >
> >>>>>> >>>>>> >>> > On Wed, Jun 4, 2014 at 2:52 PM, abhineet agarwal
> >>>>>> >>>>>> >>> > <agarwal.abhi93 at gmail.com>
> >>>>>> >>>>>> >>> > wrote:
> >>>>>> >>>>>> >>> >>
> >>>>>> >>>>>> >>> >> Hi,
> >>>>>> >>>>>> >>> >>
> >>>>>> >>>>>> >>> >> I have made changes to
> >>>>>> >>>>>> >>> >>
> >>>>>> >>>>>> >>> >> app/views/publisher/_publisher_blueprint.html.haml
> >>>>>> >>>>>> >>> >> config/locales/diaspora/en.yml (This one just has the
> >>>>>> translated
> >>>>>> >>>>>> >>> >> terms)
> >>>>>> >>>>>> >>> >>
> >>>>>> >>>>>> >>> >> to either enable auto tagging while posting or tagging
> >>>>>> manually
> >>>>>> >>>>>> >>> >> before
> >>>>>> >>>>>> >>> >> posting itself. However I am facing some difficult
> >>>>>> >>>>>> >>> >> while
> >>>>>> >>>>>> >>> >> fetching
> >>>>>> >>>>>> >>> >> it
> >>>>>> >>>>>> >>> >> to
> >>>>>> >>>>>> >>> >> controller/status_messages_controller.rb . If I can
> get
> >>>>>> it
> >>>>>> >>>>>> >>> >> somehow
> >>>>>> >>>>>> >>> >> it'll be
> >>>>>> >>>>>> >>> >> very easier to display language while posting itself.
> >>>>>> I'll add
> >>>>>> >>>>>> >>> >> manual
> >>>>>> >>>>>> >>> >> change
> >>>>>> >>>>>> >>> >> after posting later. As of now I need help with this.
> >>>>>> Also I
> >>>>>> >>>>>> >>> >> tried
> >>>>>> >>>>>> >>> >> several
> >>>>>> >>>>>> >>> >> other ways for drop down box from internet and using
> >>>>>> >>>>>> >>> >> gon
> >>>>>> gem to
> >>>>>> >>>>>> >>> >> get
> >>>>>> >>>>>> >>> >> all
> >>>>>> >>>>>> >>> >> languages but the view goes berserk, so I am following
> >>>>>> their
> >>>>>> >>>>>> >>> >> style
> >>>>>> >>>>>> >>> >> again .
> >>>>>> >>>>>> >>> >> You can try to post and find latest change in view. I
> >>>>>> have kept
> >>>>>> >>>>>> >>> >> "Auto
> >>>>>> >>>>>> >>> >> Tag"
> >>>>>> >>>>>> >>> >> selected by default.
> >>>>>> >>>>>> >>> >>
> >>>>>> >>>>>> >>> >>
> >>>>>> >>>>>> >>> >>
> >>>>>> >>>>>> >>> >> On Mon, Jun 2, 2014 at 10:53 PM, abhineet agarwal
> >>>>>> >>>>>> >>> >> <agarwal.abhi93 at gmail.com> wrote:
> >>>>>> >>>>>> >>> >>>
> >>>>>> >>>>>> >>> >>> Here Ershad,
> >>>>>> >>>>>> >>> >>>
> >>>>>> https://github.com/abhineet-gsoc/diaspora/tree/language_filter
> >>>>>> >>>>>> >>> >>>
> >>>>>> >>>>>> >>> >>>
> >>>>>> >>>>>> >>> >>> On Mon, Jun 2, 2014 at 10:51 PM, Ershad K <
> >>>>>> ershad92 at gmail.com>
> >>>>>> >>>>>> >>> >>> wrote:
> >>>>>> >>>>>> >>> >>>>
> >>>>>> >>>>>> >>> >>>> Abhineet, please give me the link to the repo.
> >>>>>> >>>>>> >>> >>>>
> >>>>>> >>>>>> >>> >>>> On Mon, Jun 2, 2014 at 6:43 PM, abhineet agarwal
> >>>>>> >>>>>> >>> >>>> <agarwal.abhi93 at gmail.com> wrote:
> >>>>>> >>>>>> >>> >>>> > Also added a line to routes.rb
> >>>>>> >>>>>> >>> >>>> >
> >>>>>> >>>>>> >>> >>>> >
> >>>>>> >>>>>> >>> >>>> > On Mon, Jun 2, 2014 at 5:52 PM, abhineet agarwal
> >>>>>> >>>>>> >>> >>>> > <agarwal.abhi93 at gmail.com>
> >>>>>> >>>>>> >>> >>>> > wrote:
> >>>>>> >>>>>> >>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >> I've done changes in
> >>>>>> >>>>>> >>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>
> >>>>>> app/assets/javascripts/pages/users-getting-started.js
> >>>>>> >>>>>> >>> >>>> >> app/controllers/languages_controller.rb
> >>>>>> >>>>>> >>> >>>> >> app/views/users/getting_started.haml
> >>>>>> >>>>>> >>> >>>> >> config/locales/diaspora/en.yml
> >>>>>> >>>>>> >>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >> to display languages in the users getting started
> >>>>>> like that
> >>>>>> >>>>>> >>> >>>> >> of
> >>>>>> >>>>>> >>> >>>> >> tags
> >>>>>> >>>>>> >>> >>>> >> and
> >>>>>> >>>>>> >>> >>>> >> save them as tags itself. I have updated code in
> >>>>>> git. It
> >>>>>> >>>>>> >>> >>>> >> says
> >>>>>> >>>>>> >>> >>>> >> that
> >>>>>> >>>>>> >>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >> undefined method `each_pair' for "Try entries
> like
> >>>>>> english,
> >>>>>> >>>>>> >>> >>>> >> dutch,
> >>>>>> >>>>>> >>> >>>> >> french,
> >>>>>> >>>>>> >>> >>>> >> etc.":String
> >>>>>> >>>>>> >>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >> I have given it several tries, please take a look
> >>>>>> and let
> >>>>>> >>>>>> >>> >>>> >> me
> >>>>>> >>>>>> >>> >>>> >> know
> >>>>>> >>>>>> >>> >>>> >> if
> >>>>>> >>>>>> >>> >>>> >> you
> >>>>>> >>>>>> >>> >>>> >> can find out the error!
> >>>>>> >>>>>> >>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >> On Thu, May 29, 2014 at 9:34 PM, abhineet agarwal
> >>>>>> >>>>>> >>> >>>> >> <agarwal.abhi93 at gmail.com> wrote:
> >>>>>> >>>>>> >>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>> acts-as-taggable-on gem? It's already being used
> >>>>>> right?
> >>>>>> >>>>>> >>> >>>> >>> And
> >>>>>> >>>>>> >>> >>>> >>> we
> >>>>>> >>>>>> >>> >>>> >>> should add
> >>>>>> >>>>>> >>> >>>> >>> language tag to status_message model! I am
> >>>>>> thinking of
> >>>>>> >>>>>> >>> >>>> >>> using
> >>>>>> >>>>>> >>> >>>> >>> the
> >>>>>> >>>>>> >>> >>>> >>> existing
> >>>>>> >>>>>> >>> >>>> >>> tags and write helper js scripts to parse
> >>>>>> accordingly. And
> >>>>>> >>>>>> >>> >>>> >>> regarding
> >>>>>> >>>>>> >>> >>>> >>> the
> >>>>>> >>>>>> >>> >>>> >>> handlebars found this link :
> >>>>>> http://handlebarsjs.com/ .
> >>>>>> >>>>>> >>> >>>> >>> Currently
> >>>>>> >>>>>> >>> >>>> >>> learning
> >>>>>> >>>>>> >>> >>>> >>> it , will update latest code soon.
> >>>>>> >>>>>> >>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>> On Thu, May 29, 2014 at 9:15 PM, Ershad K
> >>>>>> >>>>>> >>> >>>> >>> <ershad92 at gmail.com>
> >>>>>> >>>>>> >>> >>>> >>> wrote:
> >>>>>> >>>>>> >>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>> On Thu, May 29, 2014 at 3:52 PM, abhineet
> >>>>>> >>>>>> >>> >>>> >>>> agarwal
> >>>>>> >>>>>> >>> >>>> >>>> <agarwal.abhi93 at gmail.com> wrote:
> >>>>>> >>>>>> >>> >>>> >>>> > I am trying to work on adding a dropdown list
> >>>>>> for
> >>>>>> >>>>>> >>> >>>> >>>> > changing
> >>>>>> >>>>>> >>> >>>> >>>> > language
> >>>>>> >>>>>> >>> >>>> >>>> > once the
> >>>>>> >>>>>> >>> >>>> >>>> > status message is posted and failing to do it
> >>>>>> because
> >>>>>> >>>>>> >>> >>>> >>>> > of
> >>>>>> >>>>>> >>> >>>> >>>> > the
> >>>>>> >>>>>> >>> >>>> >>>> > templates. the
> >>>>>> >>>>>> >>> >>>> >>>> > extension .jst.hbs is quite new to me and
> >>>>>> doesn't have
> >>>>>> >>>>>> >>> >>>> >>>> > much
> >>>>>> >>>>>> >>> >>>> >>>> > on
> >>>>>> >>>>>> >>> >>>> >>>> > the
> >>>>>> >>>>>> >>> >>>> >>>> > internet
> >>>>>> >>>>>> >>> >>>> >>>> > too. Please have a look and help me out.
> >>>>>> >>>>>> >>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>> Sure. Can you push the latest code to a github
> >>>>>> repo
> >>>>>> >>>>>> >>> >>>> >>>> please?
> >>>>>> >>>>>> >>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>> >
> >>>>>> >>>>>> >>> >>>> >>>> >
> >>>>>> >>>>>> >>> >>>> >>>> > On Mon, May 26, 2014 at 2:58 PM, abhineet
> >>>>>> agarwal
> >>>>>> >>>>>> >>> >>>> >>>> > <agarwal.abhi93 at gmail.com>
> >>>>>> >>>>>> >>> >>>> >>>> > wrote:
> >>>>>> >>>>>> >>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >> Hey Ershad,
> >>>>>> >>>>>> >>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >> Thinking about using the existing tags.
> Turns
> >>>>>> out that
> >>>>>> >>>>>> >>> >>>> >>>> >> post
> >>>>>> >>>>>> >>> >>>> >>>> >> was
> >>>>>> >>>>>> >>> >>>> >>>> >> not
> >>>>>> >>>>>> >>> >>>> >>>> >> what
> >>>>>> >>>>>> >>> >>>> >>>> >> we wanted. Status message has to have the
> >>>>>> field.
> >>>>>> >>>>>> >>> >>>> >>>> >> Thinking
> >>>>>> >>>>>> >>> >>>> >>>> >> of
> >>>>>> >>>>>> >>> >>>> >>>> >> adding
> >>>>>> >>>>>> >>> >>>> >>>> >> another
> >>>>>> >>>>>> >>> >>>> >>>> >> tag called #language_tag_LanguageName in the
> >>>>>> status
> >>>>>> >>>>>> >>> >>>> >>>> >> message
> >>>>>> >>>>>> >>> >>>> >>>> >> itself
> >>>>>> >>>>>> >>> >>>> >>>> >> and write
> >>>>>> >>>>>> >>> >>>> >>>> >> helpers to parse them into a link
> accordingly
> >>>>>> like
> >>>>>> >>>>>> >>> >>>> >>>> >> they
> >>>>>> >>>>>> >>> >>>> >>>> >> are
> >>>>>> >>>>>> >>> >>>> >>>> >> used.
> >>>>>> >>>>>> >>> >>>> >>>> >> Will have
> >>>>>> >>>>>> >>> >>>> >>>> >> to do more work while adding the filter but
> >>>>>> then for
> >>>>>> >>>>>> >>> >>>> >>>> >> now
> >>>>>> >>>>>> >>> >>>> >>>> >> it
> >>>>>> >>>>>> >>> >>>> >>>> >> works
> >>>>>> >>>>>> >>> >>>> >>>> >> fine.
> >>>>>> >>>>>> >>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >> Please have a look at whatlanguage too. It's
> >>>>>> detecting
> >>>>>> >>>>>> >>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >> "Bloom filters help me do the object
> >>>>>> >>>>>> >>> >>>> >>>> >> creation.".language
> >>>>>> >>>>>> >>> >>>> >>>> >> =>#dutch
> >>>>>> >>>>>> >>> >>>> >>>> >> " don't know all about languages.".language
> >>>>>> >>>>>> >>> >>>> >>>> >> =>#finnish
> >>>>>> >>>>>> >>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >> However arabic, spanish and the one's in
> >>>>>> original
> >>>>>> >>>>>> >>> >>>> >>>> >> scripts
> >>>>>> >>>>>> >>> >>>> >>>> >> work
> >>>>>> >>>>>> >>> >>>> >>>> >> well.
> >>>>>> >>>>>> >>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >> On Sun, May 25, 2014 at 10:13 AM, abhineet
> >>>>>> agarwal
> >>>>>> >>>>>> >>> >>>> >>>> >> <agarwal.abhi93 at gmail.com> wrote:
> >>>>>> >>>>>> >>> >>>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>> >>> Thanks Erhsad , created the model. Please
> >>>>>> have a look
> >>>>>> >>>>>> >>> >>>> >>>> >>> at
> >>>>>> >>>>>> >>> >>>> >>>> >>> the
> >>>>>> >>>>>> >>> >>>> >>>> >>> blog
> >>>>>> >>>>>> >>> >>>> >>>> >>> post.
> >>>>>> >>>>>> >>> >>>> >>>> >>> Currently having a look at the gem.
> >>>>>> >>>>>> >>> >>>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>> >>> On Sat, May 24, 2014 at 9:10 PM, Ershad K
> >>>>>> >>>>>> >>> >>>> >>>> >>> <ershad92 at gmail.com>
> >>>>>> >>>>>> >>> >>>> >>>> >>> wrote:
> >>>>>> >>>>>> >>> >>>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> On Sat, May 24, 2014 at 12:38 PM, abhineet
> >>>>>> agarwal
> >>>>>> >>>>>> >>> >>>> >>>> >>>> <agarwal.abhi93 at gmail.com> wrote:
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > I want to create a Table "languages" in
> >>>>>> the DB
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > which
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > has
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > all
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > the
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > currently
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > available languages from WhatLanguage
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > gem.
> >>>>>> Should
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > I
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > create a
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > model?
> >>>>>> >>>>>> >>> >>>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> Yes, please create a model.
> >>>>>> >>>>>> >>> >>>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > There is
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > a Table "tags" in DB but there is no
> >>>>>> corresponding
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > model
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > and
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > our
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > functionality is somewhat similar , so
> >>>>>> should I go
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > ahead
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > and
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > write a
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > script
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > ?
> >>>>>> >>>>>> >>> >>>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> The 'tags' table is used by
> >>>>>> >>>>>> >>> >>>> >>>> >>>> acts-as-taggable-on[0][1]
> >>>>>> >>>>>> >>> >>>> >>>> >>>> gem.
> >>>>>> >>>>>> >>> >>>> >>>> >>>> We
> >>>>>> >>>>>> >>> >>>> >>>> >>>> could
> >>>>>> >>>>>> >>> >>>> >>>> >>>> use the same gem to add language tags to
> >>>>>> >>>>>> >>> >>>> >>>> >>>> the
> >>>>>> post.
> >>>>>> >>>>>> >>> >>>> >>>> >>>> See
> >>>>>> >>>>>> >>> >>>> >>>> >>>> gem's
> >>>>>> >>>>>> >>> >>>> >>>> >>>> documentation on how to use it.
> >>>>>> >>>>>> >>> >>>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> [0]
> >>>>>> https://github.com/mbleigh/acts-as-taggable-on
> >>>>>> >>>>>> >>> >>>> >>>> >>>> [1] http://git.io/Lg2qgQ
> >>>>>> >>>>>> >>> >>>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > On Fri, May 23, 2014 at 11:40 AM, Ershad
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > K
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > <ershad92 at gmail.com>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > wrote:
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >> Sure, Abhineet! Feel free to shoot
> >>>>>> questions when
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >> you
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >> have.
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >> --
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >> Ershad
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >> On May 23, 2014 11:35 AM, "abhineet
> >>>>>> agarwal"
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >> <agarwal.abhi93 at gmail.com>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >> wrote:
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> Hi,
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> I am encountering some problems at
> >>>>>> times, and
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> also
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> doubtful
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> about
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> the
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> approach I am going to use. For that
> >>>>>> purpose can
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> I
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> use
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> this
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> thread
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> so that
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> both of you can help me out  whenever
> >>>>>> possible?
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> --
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> Abhineet Agarwal,
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >>> IIIT Hyderabad.
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >
> >>>>>> >>>>>> >>> >>>> >>>> >>>> >
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > --
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > Abhineet Agarwal,
> >>>>>> >>>>>> >>> >>>> >>>> >>>> > IIIT Hyderabad.
> >>>>>> >>>>>> >>> >>>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>> --
> >>>>>> >>>>>> >>> >>>> >>>> >>>> Regards,
> >>>>>> >>>>>> >>> >>>> >>>> >>>> Ershad K
> >>>>>> >>>>>> >>> >>>> >>>> >>>> http://ershadk.com
> >>>>>> >>>>>> >>> >>>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>> >>> --
> >>>>>> >>>>>> >>> >>>> >>>> >>> Abhineet Agarwal,
> >>>>>> >>>>>> >>> >>>> >>>> >>> IIIT Hyderabad.
> >>>>>> >>>>>> >>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>>> >> --
> >>>>>> >>>>>> >>> >>>> >>>> >> Abhineet Agarwal,
> >>>>>> >>>>>> >>> >>>> >>>> >> IIIT Hyderabad.
> >>>>>> >>>>>> >>> >>>> >>>> >
> >>>>>> >>>>>> >>> >>>> >>>> >
> >>>>>> >>>>>> >>> >>>> >>>> >
> >>>>>> >>>>>> >>> >>>> >>>> >
> >>>>>> >>>>>> >>> >>>> >>>> > --
> >>>>>> >>>>>> >>> >>>> >>>> > Abhineet Agarwal,
> >>>>>> >>>>>> >>> >>>> >>>> > IIIT Hyderabad.
> >>>>>> >>>>>> >>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>>
> >>>>>> >>>>>> >>> >>>> >>>> --
> >>>>>> >>>>>> >>> >>>> >>>> Regards,
> >>>>>> >>>>>> >>> >>>> >>>> Ershad K
> >>>>>> >>>>>> >>> >>>> >>>> http://ershadk.com
> >>>>>> >>>>>> >>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>>
> >>>>>> >>>>>> >>> >>>> >>> --
> >>>>>> >>>>>> >>> >>>> >>> Abhineet Agarwal,
> >>>>>> >>>>>> >>> >>>> >>> IIIT Hyderabad.
> >>>>>> >>>>>> >>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >>
> >>>>>> >>>>>> >>> >>>> >> --
> >>>>>> >>>>>> >>> >>>> >> Abhineet Agarwal,
> >>>>>> >>>>>> >>> >>>> >> IIIT Hyderabad.
> >>>>>> >>>>>> >>> >>>> >
> >>>>>> >>>>>> >>> >>>> >
> >>>>>> >>>>>> >>> >>>> >
> >>>>>> >>>>>> >>> >>>> >
> >>>>>> >>>>>> >>> >>>> > --
> >>>>>> >>>>>> >>> >>>> > Abhineet Agarwal,
> >>>>>> >>>>>> >>> >>>> > IIIT Hyderabad.
> >>>>>> >>>>>> >>> >>>>
> >>>>>> >>>>>> >>> >>>>
> >>>>>> >>>>>> >>> >>>>
> >>>>>> >>>>>> >>> >>>> --
> >>>>>> >>>>>> >>> >>>> Regards,
> >>>>>> >>>>>> >>> >>>> Ershad K
> >>>>>> >>>>>> >>> >>>> http://ershadk.com
> >>>>>> >>>>>> >>> >>>
> >>>>>> >>>>>> >>> >>>
> >>>>>> >>>>>> >>> >>>
> >>>>>> >>>>>> >>> >>>
> >>>>>> >>>>>> >>> >>> --
> >>>>>> >>>>>> >>> >>> Abhineet Agarwal,
> >>>>>> >>>>>> >>> >>> IIIT Hyderabad.
> >>>>>> >>>>>> >>> >>
> >>>>>> >>>>>> >>> >>
> >>>>>> >>>>>> >>> >>
> >>>>>> >>>>>> >>> >>
> >>>>>> >>>>>> >>> >> --
> >>>>>> >>>>>> >>> >> Thanks & Regards,
> >>>>>> >>>>>> >>> >> Abhineet Agarwal,
> >>>>>> >>>>>> >>> >> IIIT Hyderabad.
> >>>>>> >>>>>> >>> >
> >>>>>> >>>>>> >>> >
> >>>>>> >>>>>> >>> >
> >>>>>> >>>>>> >>> >
> >>>>>> >>>>>> >>> > --
> >>>>>> >>>>>> >>> > Abhineet Agarwal,
> >>>>>> >>>>>> >>> > IIIT Hyderabad.
> >>>>>> >>>>>> >>>
> >>>>>> >>>>>> >>>
> >>>>>> >>>>>> >>>
> >>>>>> >>>>>> >>> --
> >>>>>> >>>>>> >>> Regards,
> >>>>>> >>>>>> >>> Ershad K
> >>>>>> >>>>>> >>> http://ershadk.com
> >>>>>> >>>>>> >>
> >>>>>> >>>>>> >>
> >>>>>> >>>>>> >>
> >>>>>> >>>>>> >>
> >>>>>> >>>>>> >> --
> >>>>>> >>>>>> >> Abhineet Agarwal,
> >>>>>> >>>>>> >> IIIT Hyderabad.
> >>>>>> >>>>>> >
> >>>>>> >>>>>> >
> >>>>>> >>>>>> >
> >>>>>> >>>>>> >
> >>>>>> >>>>>> > --
> >>>>>> >>>>>> > Abhineet Agarwal,
> >>>>>> >>>>>> > IIIT Hyderabad.
> >>>>>> >>>>>>
> >>>>>> >>>>>>
> >>>>>> >>>>>>
> >>>>>> >>>>>> --
> >>>>>> >>>>>> Regards,
> >>>>>> >>>>>> Ershad K
> >>>>>> >>>>>> http://ershadk.com
> >>>>>> >>>>>
> >>>>>> >>>>>
> >>>>>> >>>>>
> >>>>>> >>>>>
> >>>>>> >>>>> --
> >>>>>> >>>>> Abhineet Agarwal,
> >>>>>> >>>>> IIIT Hyderabad.
> >>>>>> >>>>
> >>>>>> >>>>
> >>>>>> >>>>
> >>>>>> >>>> --
> >>>>>> >>>> Regards,
> >>>>>> >>>> Ershad K
> >>>>>> >>>> http://ershadk.com
> >>>>>> >>>
> >>>>>> >>>
> >>>>>> >>>
> >>>>>> >>> --
> >>>>>> >>> Regards,
> >>>>>> >>> Ershad K
> >>>>>> >>> http://ershadk.com
> >>>>>> >>>
> >>>>>> >>
> >>>>>> >> --
> >>>>>> >> Abhineet Agarwal,
> >>>>>> >> IIIT Hyderabad.
> >>>>>> >>
> >>>>>> >
> >>>>>> >
> >>>>>> >
> >>>>>> > --
> >>>>>> > Regards,
> >>>>>> > Ershad K
> >>>>>> > http://ershadk.com
> >>>>>> >
> >>>>>>
> >>>>>> --
> >>>>>> Abhineet Agarwal,
> >>>>>> IIIT Hyderabad.
> >>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> ---
> >>>>> Regards,
> >>>>> Hrishi | Stultus
> >>>>> http://stultus.in
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Abhineet Agarwal,
> >>>> IIIT Hyderabad.
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> Abhineet Agarwal,
> >>> IIIT Hyderabad.
> >>>
> >>
> >>
> >>
> >> --
> >> Abhineet Agarwal,
> >> IIIT Hyderabad.
> >>
> >
> >
> >
> > --
> > Abhineet Agarwal,
> > IIIT Hyderabad.
> >
>
>
> --
> പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
> You have to keep reminding your government that you don't get your rights
> from them; you give them permission to rule, only so long as they follow
> the
> rules: laws and constitution.
>



-- 
Abhineet Agarwal,
IIIT Hyderabad.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.smc.org.in/pipermail/student-projects-smc.org.in/attachments/20140621/a114a0ba/attachment.html>


More information about the Student-projects mailing list